Skip to content

Commit 1de08b9

Browse files
committed
Increase GitHub Action checkout version to v6
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent e35f5c9 commit 1de08b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
with:
5858
persist-credentials: false
5959
- name: Install dependencies
@@ -82,7 +82,7 @@ jobs:
8282
clang
8383
glibc-static
8484
make
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
with:
8787
persist-credentials: false
8888
- uses: dtolnay/rust-toolchain@master
@@ -125,7 +125,7 @@ jobs:
125125
10
126126
- name: Display Python version
127127
run: python3 --version
128-
- uses: actions/checkout@v5
128+
- uses: actions/checkout@v6
129129
with:
130130
path: stratis-cli
131131
persist-credentials: false
@@ -185,7 +185,7 @@ jobs:
185185
# yamllint disable rule:line-length
186186
options: --privileged --userns=host --ipc=host -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1
187187
steps:
188-
- uses: actions/checkout@v5
188+
- uses: actions/checkout@v6
189189
with:
190190
path: stratis-cli
191191
persist-credentials: false

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python3-psutil
4848
python3-wcwidth
4949
systemd-devel
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
with:
5252
path: stratis-cli
5353
persist-credentials: false

.github/workflows/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
with:
4040
persist-credentials: false
4141
- name: Install dependencies

0 commit comments

Comments
 (0)