Skip to content

Commit

Permalink
Merge pull request #212 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 8459bc0
  • Loading branch information
VonDerBeck authored Apr 25, 2024
2 parents 9d6ce35 + d0891d9 commit d05bc87
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@43045ae669be728bd34ed56fcd1a230c0dc4d8e2 # pin@v2
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f # pin@v2
- name: Detect release type
run: |-
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
Expand Down

0 comments on commit d05bc87

Please sign in to comment.