Skip to content

Commit ec5c7ea

Browse files
chore(deps): update actions/checkout action to v5
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.3.0 | v5.0.0 |
1 parent 4c94393 commit ec5c7ea

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
@@ -33,7 +33,7 @@ jobs:
3333
TAG: latest
3434

3535
steps:
36-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737

3838
- name: Init
3939
run: ./bin/init.sh
@@ -73,7 +73,7 @@ jobs:
7373
if: github.ref_name == 'main'
7474

7575
steps:
76-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
76+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777

7878
- name: Init
7979
run: ./bin/init.sh

0 commit comments

Comments
 (0)