Skip to content

Commit

Permalink
Merge pull request #207 from camunda-community-hub/renovate/actions-c…
Browse files Browse the repository at this point in the history
…heckout-digest

chore(deps): update actions/checkout digest to 1d96c77
  • Loading branch information
VonDerBeck authored Apr 19, 2024
2 parents 3b4e43c + 5a9bc08 commit 5904dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Cancel workflow when build fails
if: steps.wait-for-build.outputs.conclusion == 'failure'
run: echo "Build failed, skipping deploy" && exit 1
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # pin@v2
- name: Detect release type
run: |-
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
Expand Down

0 comments on commit 5904dd1

Please sign in to comment.