diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-03-05 15:34:37 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-03-05 15:36:55 -0800 |
| commit | c462deb48262eeb4dc08255d9b859eb73759eb95 (patch) | |
| tree | 70fc3a5cc608ad92f250f93df8831fca95c414ef | |
| parent | 2e7f65acbd52e9da57e7b2c44597106ca70aebd8 (diff) | |
Update actions/cache for ruby_3_3
| -rw-r--r-- | .github/actions/setup/directories/action.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/actions/setup/directories/action.yml b/.github/actions/setup/directories/action.yml index 359e5c0d37..4150288ed7 100644 --- a/.github/actions/setup/directories/action.yml +++ b/.github/actions/setup/directories/action.yml @@ -80,7 +80,7 @@ runs: with: path: ${{ inputs.srcdir }} - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: ${{ inputs.srcdir }}/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8f5625c57a..fc936ae91f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -93,7 +93,7 @@ jobs: ${{ steps.find-tools.outputs.needs }} if: ${{ steps.find-tools.outputs.needs != '' }} - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: C:\vcpkg\downloads key: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }} @@ -101,7 +101,7 @@ jobs: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}- ${{ runner.os }}-vcpkg-download- - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: C:\vcpkg\installed key: ${{ runner.os }}-vcpkg-installed-${{ env.OS_VER }}-${{ github.sha }} |
