Skip to content

Commit

Permalink
Merge pull request #192 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 8410ad0
  • Loading branch information
VonDerBeck authored Mar 13, 2024
2 parents 97a4ca1 + 6c3a3ea commit f324621
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@b32f140b0c872d58512e0a66172253c302617b90 # pin@v2
- uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694 # pin@v2
- name: Detect release type
run: |-
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
Expand Down

0 comments on commit f324621

Please sign in to comment.