Skip to content

Commit 47057f7

Browse files
Update actions/checkout action to v3.1.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.2 | v3.1.0 |
1 parent 2f11779 commit 47057f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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@v3.1.0
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)