From 85c1b2def7d5e9814c4481d2542b2e1ce7c5ed6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 19:03:36 +0000 Subject: [PATCH] Bump actions/cache from 3.2.0 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/c17f4bf4666a8001b1a45c09eb7a485c41aa64c3...4723a57e26efda3a62cbde1812113b730952852d) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/baseruby.yml | 2 +- .github/workflows/bundled_gems.yml | 2 +- .github/workflows/check_dependencies.yml | 2 +- .github/workflows/check_misc.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/compilers.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/mjit-bindgen.yml | 2 +- .github/workflows/mjit.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 8 ++++---- .github/workflows/yjit-ubuntu.yml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index 2709800ef14c3f..d3b12bb88a56ff 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: .downloaded-cache key: downloaded-cache diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml index 80b1c5466c7939..3f800c6a565133 100644 --- a/.github/workflows/bundled_gems.yml +++ b/.github/workflows/bundled_gems.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: .downloaded-cache key: downloaded-cache-${{ github.sha }} diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 6aaf3c9a4e49f0..4bac186bb75330 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -47,7 +47,7 @@ jobs: git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: .downloaded-cache key: downloaded-cache diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml index ccb36b271d9103..74756807a5e881 100644 --- a/.github/workflows/check_misc.yml +++ b/.github/workflows/check_misc.yml @@ -32,7 +32,7 @@ jobs: done | grep -F . working-directory: include - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: .downloaded-cache key: downloaded-cache-${{ github.sha }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b86bec42245504..0ac3189d9468d2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout repository uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: .downloaded-cache key: downloaded-cache diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 4f041411381665..7a6a39ddb1e8ea 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -234,7 +234,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 329631e2f6f3f4..dd5fd9f70b95b7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 4d0430459a9ac3..36d2c73bae2aad 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/mjit-bindgen.yml b/.github/workflows/mjit-bindgen.yml index a8d85e030ca99f..7b1b43b1eb139a 100644 --- a/.github/workflows/mjit-bindgen.yml +++ b/.github/workflows/mjit-bindgen.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 34c971bdeed59d..40a1921d2d68ab 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 60e5ce13e39cd7..cefcf0ed27642a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f10e9bd6b6dece..4294ac4db3e26a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -51,14 +51,14 @@ jobs: shell: msys2 {0} run: echo PATCH=$(cygpath -wa $(command -v patch)) >> $GITHUB_ENV if: ${{ steps.setup-msys2.outcome == 'success' }} - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: C:\vcpkg\downloads key: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }} restore-keys: | ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}- ${{ runner.os }}-vcpkg-download- - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: C:\vcpkg\installed key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }} @@ -68,7 +68,7 @@ jobs: - name: Install libraries with vcpkg run: | vcpkg --triplet x64-windows install libffi libyaml openssl readline zlib - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey key: ${{ runner.os }}-chocolatey-${{ env.OS_VER }}-${{ github.sha }} @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index 4677822b33bf4b..7226e3cbfe5917 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: path: src - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: src/.downloaded-cache key: downloaded-cache pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy