Skip to content

Commit 563f146

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 90406fa commit 563f146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: [builder]
3535
if: always() && needs.builder.result == 'failure'
3636
steps:
37-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # tag=v2.4.0
37+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
3838
with:
3939
repository: slsa-framework/example-package
4040
- run: |

0 commit comments

Comments
 (0)