Skip to content

Commit 094c254

Browse files
chore(deps): update actions/checkout action to v6 (#169)
Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
1 parent 75c4826 commit 094c254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-disk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
remove-codeql: true
7676

7777
- name: Checkout
78-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
78+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
7979

8080
- name: Build disk images
8181
id: build

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# These stage versions are pinned by https://github.com/renovatebot/renovate
4646
- name: Checkout
47-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
47+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4848

4949
# You only use this action if the container-storage-action proves to be unreliable, you don't need to enable both
5050
# This is optional, but if you see that your builds are way too big for the runners, you can enable this by uncommenting the following lines:

0 commit comments

Comments
 (0)