From cf512b7444baba392cbccf92a637fe1bffd78d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:39:19 +0000 Subject: [PATCH 1/3] 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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 245871a8..a2892b53 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/vendor key: test-lint-dependencies-{{ checksum "composer.json" }} @@ -89,7 +89,7 @@ jobs: sudo apt-get install subversion svn --version - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/vendor key: test-dependencies-{{ checksum "composer.json" }} From b4b80ba84548cc898972e807ca52fc3e619a2c83 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 17 Sep 2025 15:53:48 -0600 Subject: [PATCH 2/3] bump to v5 --- .github/workflows/lint-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index a2892b53..b00821a9 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/vendor key: test-lint-dependencies-{{ checksum "composer.json" }} @@ -89,7 +89,7 @@ jobs: sudo apt-get install subversion svn --version - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/vendor key: test-dependencies-{{ checksum "composer.json" }} From 8051cd3963036195da5c6528db2f46603f2ea35b Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 17 Sep 2025 15:54:55 -0600 Subject: [PATCH 3/3] actually, don't, as it turns out --- .github/workflows/lint-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index b00821a9..a2892b53 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v4 with: path: ~/vendor key: test-lint-dependencies-{{ checksum "composer.json" }} @@ -89,7 +89,7 @@ jobs: sudo apt-get install subversion svn --version - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v4 with: path: ~/vendor key: test-dependencies-{{ checksum "composer.json" }}