Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 83b7061 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 12, 2023
1 parent a7c49c9 commit 11f1ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
- name: delete test-release for closed pr
if: always()
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
- name: delete test-release
run: |
echo ${{ github.token }} | gh auth login --with-token
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # tag=0.11.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
- id: image-build
uses: ./
with:
Expand Down

0 comments on commit 11f1ff8

Please sign in to comment.