chore(deps): update actions/checkout action to v3 (#227)

This commit is contained in:
WhiteSource Renovate
2022-08-23 16:03:56 +02:00
committed by GitHub
parent ab70a51d20
commit 106f50c7ee

View File

@@ -34,7 +34,7 @@ jobs:
needs: [builder]
if: always() && needs.builder.result == 'failure'
steps:
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
repository: slsa-framework/example-package
- run: |