Skip to content

Commit 09a1c56

Browse files
authored
Merge pull request #76 from mulkieran/issue_project_834
Increase GitHub Action checkout version to v6
2 parents db965ff + 8df7f9f commit 09a1c56

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- x86_64-unknown-linux-musl
2222
steps:
2323
- name: Checkout sources
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
persist-credentials: false
2727
- name: Install stable toolchain
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout sources
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
persist-credentials: false
5353
- name: Install stable toolchain
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- name: Install git for checkout action
7777
run: dnf install -y git
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
with:
8080
path: loopdev-3
8181
persist-credentials: false
@@ -92,7 +92,7 @@ jobs:
9292
components: cargo
9393
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9494
- name: Check out ci repo
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696
with:
9797
path: ci
9898
repository: stratis-storage/ci
@@ -110,7 +110,7 @@ jobs:
110110
container:
111111
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
112112
steps:
113-
- uses: actions/checkout@v5
113+
- uses: actions/checkout@v6
114114
with:
115115
persist-credentials: false
116116
- name: Install dependencies for Fedora

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Install git for checkout action
1818
run: dnf install -y git
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
path: loopdev-3
2222
persist-credentials: false
@@ -33,7 +33,7 @@ jobs:
3333
components: cargo
3434
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3535
- name: Check out ci repo
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
path: ci
3939
repository: stratis-storage/ci
@@ -49,7 +49,7 @@ jobs:
4949
semver-checks:
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
with:
5454
persist-credentials: false
5555
- name: Do semantic version checks

0 commit comments

Comments
 (0)