Skip to content

Commit

Permalink
chore(deps): update dsaltares/fetch-gh-release-asset action to v1.1.2 (
Browse files Browse the repository at this point in the history
…#247)

Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
  • Loading branch information
grafanarenovatebot[bot] authored Sep 19, 2024
1 parent a4c9c10 commit cfd4f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/setup-argo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: Fetch Github Release Asset
id: fetch_asset
if: steps.cache.outputs.cache-hit != 'true'
uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # 1.1.1
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # 1.1.2
with:
repo: "argoproj/argo-workflows"
version: "tags/v${{ inputs.version }}"
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-conftest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- name: Fetch Github Release Asset
id: fetch_asset
if: steps.cache.outputs.cache-hit != 'true'
uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # 1.1.1
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # 1.1.2
with:
repo: "open-policy-agent/conftest"
version: "tags/v${{ inputs.version }}"
Expand Down

0 comments on commit cfd4f70

Please sign in to comment.