From 7123dbfe1f29a08b060917fcc7f363a7afaa904d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:25:24 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-cygwin.yml | 2 +- .github/workflows/test-darwin-java.yml | 2 +- .github/workflows/test-darwin-perl.yml | 2 +- .github/workflows/test-darwin-python.yml | 2 +- .github/workflows/test-darwin-ruby.yml | 2 +- .github/workflows/test-linux-java.yml | 2 +- .github/workflows/test-linux-perl.yml | 2 +- .github/workflows/test-linux-python.yml | 2 +- .github/workflows/test-linux-ruby.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index d44bd71..e76adc9 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -20,7 +20,7 @@ jobs: - run: git config --global core.autoCRLF false - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: | diff --git a/.github/workflows/test-darwin-java.yml b/.github/workflows/test-darwin-java.yml index 82a178c..ae33a79 100644 --- a/.github/workflows/test-darwin-java.yml +++ b/.github/workflows/test-darwin-java.yml @@ -33,7 +33,7 @@ jobs: run: .github/setup-darwin.sh - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-darwin-perl.yml b/.github/workflows/test-darwin-perl.yml index 57395f7..f23e63e 100644 --- a/.github/workflows/test-darwin-perl.yml +++ b/.github/workflows/test-darwin-perl.yml @@ -37,7 +37,7 @@ jobs: - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-darwin-python.yml b/.github/workflows/test-darwin-python.yml index 6d05c5a..bd6eb76 100644 --- a/.github/workflows/test-darwin-python.yml +++ b/.github/workflows/test-darwin-python.yml @@ -32,7 +32,7 @@ jobs: run: .github/setup-darwin.sh - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-darwin-ruby.yml b/.github/workflows/test-darwin-ruby.yml index ed38f59..d50072f 100644 --- a/.github/workflows/test-darwin-ruby.yml +++ b/.github/workflows/test-darwin-ruby.yml @@ -34,7 +34,7 @@ jobs: run: .github/setup-darwin.sh - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-linux-java.yml b/.github/workflows/test-linux-java.yml index 8970a4a..ce25d8e 100644 --- a/.github/workflows/test-linux-java.yml +++ b/.github/workflows/test-linux-java.yml @@ -33,7 +33,7 @@ jobs: - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-linux-perl.yml b/.github/workflows/test-linux-perl.yml index 623a378..dc5ab8c 100644 --- a/.github/workflows/test-linux-perl.yml +++ b/.github/workflows/test-linux-perl.yml @@ -36,7 +36,7 @@ jobs: - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-linux-python.yml b/.github/workflows/test-linux-python.yml index 758ca18..20ce9c1 100644 --- a/.github/workflows/test-linux-python.yml +++ b/.github/workflows/test-linux-python.yml @@ -31,7 +31,7 @@ jobs: - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local diff --git a/.github/workflows/test-linux-ruby.yml b/.github/workflows/test-linux-ruby.yml index 75e79ef..84340e8 100644 --- a/.github/workflows/test-linux-ruby.yml +++ b/.github/workflows/test-linux-ruby.yml @@ -34,7 +34,7 @@ jobs: - name: restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/local