Skip to content

Commit 7e3f0f6

Browse files
chore(deps): update actions/checkout action to v5
1 parent 2e47b52 commit 7e3f0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
platform: linux/riscv64
3737

3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
with:
4141
fetch-depth: 0
4242

@@ -89,7 +89,7 @@ jobs:
8989
id-token: write
9090

9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393

9494
- name: Podman login
9595
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)