Skip to content

Commit 106f50c

Browse files
authored
chore(deps): update actions/checkout action to v3 (#227)
1 parent ab70a51 commit 106f50c

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@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2
37+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
3838
with:
3939
repository: slsa-framework/example-package
4040
- run: |

0 commit comments

Comments
 (0)