Skip to content

Commit

Permalink
Merge pull request #254 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 6b42224
  • Loading branch information
VonDerBeck authored Oct 7, 2024
2 parents 67b0b0c + 7b6d8f7 commit bbc83ad
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@d632683dd7b4114ad314bca15554477dd762a938 # pin@v2
- uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 # pin@v2
- name: Detect release type
run: |-
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
Expand Down

0 comments on commit bbc83ad

Please sign in to comment.