Skip to content

Commit b45e00d

Browse files
chore(deps): update actions/checkout action to v7.0.1 (#197)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v7.0.0 | v7.0.1 |
1 parent bc4f50f commit b45e00d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
90+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9191

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

0 commit comments

Comments
 (0)