Skip to content

Commit 1cb31ce

Browse files
chore(deps): update actions/checkout action to v6
1 parent dceb25c commit 1cb31ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
cache-from: "${{ env.CACHE_FROM }}"
149149

150150
- name: Checkout code
151-
uses: actions/checkout@v5
151+
uses: actions/checkout@v6
152152

153153
- name: Test image
154154
run: |

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
# Login against a container registry
3232
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)