diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index cd84924..fc7b4b6 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -74,7 +74,7 @@ jobs: # using git commit sha for version of action to ensure we have stable version - name: Install asdf - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} @@ -88,7 +88,7 @@ jobs: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ inputs.asdfVersion }} - name: Install asdf dependencies in .tool-versions - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} env: diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 1b521dd..49c0107 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -131,7 +131,7 @@ jobs: - name: Install asdf dependencies in .tool-versions if: ${{ steps.asdf_cache.outputs.cache-hit == 'false' || steps.asdf_cache.outcome != 'skipped' }} - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} @@ -179,7 +179,7 @@ jobs: with: name: asdf_artifact - name: Install asdf - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} @@ -235,7 +235,7 @@ jobs: - name: Install asdf dependencies in .tool-versions if: ${{ inputs.publish_package }} - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} env: