Skip to content

Commit 18fd992

Browse files
Update actions/checkout action to v6
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.2 | v6.0.1 |
1 parent 2f11779 commit 18fd992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3.0.2
22+
uses: actions/checkout@v6.0.1
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)