Skip to content

Commit fdaf3e7

Browse files
authored
Merge pull request #459 from mulkieran/issue_project_834
Increase GitHub Action checkout version to v6
2 parents cf7cbeb + 10d0200 commit fdaf3e7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/cargo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Install git
2727
run: dnf install -y git
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
path: libcryptsetup-rs
3131
persist-credentials: false
@@ -44,7 +44,7 @@ jobs:
4444
components: cargo
4545
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4646
- name: Check out ci repo
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
with:
4949
path: ci
5050
repository: stratis-storage/ci

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Install git
2929
run: sudo apt-get install git
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
persist-credentials: false
3333
- uses: dtolnay/rust-toolchain@master
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Install git
4646
run: sudo apt-get install git
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
persist-credentials: false
5050
- uses: dtolnay/rust-toolchain@master
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Install git
6666
run: sudo apt-get install git
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
persist-credentials: false
7070
- uses: dtolnay/rust-toolchain@master
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- name: Install git
104104
run: sudo apt-get install git
105-
- uses: actions/checkout@v5
105+
- uses: actions/checkout@v6
106106
with:
107107
persist-credentials: false
108108
- uses: dtolnay/rust-toolchain@master
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- name: Install git
133133
run: sudo apt-get install git
134-
- uses: actions/checkout@v5
134+
- uses: actions/checkout@v6
135135
with:
136136
persist-credentials: false
137137
- uses: dtolnay/rust-toolchain@master
@@ -236,7 +236,7 @@ jobs:
236236
steps:
237237
- name: Install git
238238
run: dnf install -y git
239-
- uses: actions/checkout@v5
239+
- uses: actions/checkout@v6
240240
with:
241241
persist-credentials: false
242242
- uses: dtolnay/rust-toolchain@master
@@ -254,7 +254,7 @@ jobs:
254254
steps:
255255
- name: Install git
256256
run: dnf install -y git
257-
- uses: actions/checkout@v5
257+
- uses: actions/checkout@v6
258258
with:
259259
persist-credentials: false
260260
- name: Install dependencies

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Install git
1717
run: sudo apt-get install git
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121
- uses: dtolnay/rust-toolchain@master
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Install git
3939
run: dnf install -y git
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
path: libcryptsetup-rs
4343
persist-credentials: false
@@ -56,7 +56,7 @@ jobs:
5656
components: cargo
5757
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5858
- name: Check out ci repo
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
path: ci
6262
repository: stratis-storage/ci
@@ -79,7 +79,7 @@ jobs:
7979
semver-checks:
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
8383
with:
8484
persist-credentials: false
8585
- name: Install dependencies

0 commit comments

Comments
 (0)