Skip to content

Commit 9bf03c8

Browse files
chore(deps): update actions/checkout action to v6
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.1 | v6.0.0 |
1 parent d98437c commit 9bf03c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
TAG: latest
3636

3737
steps:
38-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
38+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939

4040
- name: Init
4141
run: ./bin/init.sh
@@ -87,7 +87,7 @@ jobs:
8787
if: github.ref_name == 'main'
8888

8989
steps:
90-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
90+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9191

9292
- name: Init
9393
run: ./bin/init.sh

0 commit comments

Comments
 (0)