diff --git a/.github/actions/install-deps/action.yaml b/.github/actions/install-deps/action.yaml index 41dcdf33a978..2103384f7b4c 100644 --- a/.github/actions/install-deps/action.yaml +++ b/.github/actions/install-deps/action.yaml @@ -10,7 +10,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 id: setup-go with: cache: ${{ inputs.use-cache == 'true' }} @@ -20,7 +20,7 @@ runs: # Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999 - run: sudo chown "$USER" /usr/local shell: bash - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 id: cache-toolchain if: ${{ inputs.use-cache == 'true' }} with: