Commit ca078593 authored by Andrea Iob's avatar Andrea Iob Committed by Andrea Iob
Browse files

cicd: bump version of github checkout action to v4

This should fix the following warning:

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/checkout@v3. For more information see...
parent 64e48396
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -16,7 +16,7 @@ jobs:
name: Setup - Linux
steps:
- name: Checkout build environment information
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: bitpit
sparse-checkout: |
......@@ -59,7 +59,7 @@ jobs:
debug: OFF
steps:
- name: Checkout bitpit
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build bitpit
shell: bash
run: |
......@@ -100,7 +100,7 @@ jobs:
- mpi: ON
debug: ON
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build bitpit
shell: cmd
run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment