diff --git a/.github/workflows/cdk_package_code.yml b/.github/workflows/cdk_package_code.yml index 86922277..548a34bd 100644 --- a/.github/workflows/cdk_package_code.yml +++ b/.github/workflows/cdk_package_code.yml @@ -22,7 +22,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: ${{ steps.asdf-version.outputs.version }} @@ -36,7 +36,7 @@ jobs: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }} - name: Install asdf dependencies in .tool-versions - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ steps.asdf-version.outputs.version }} env: