From 7903653658de166b6306dbfd09d0e12e12783e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:26:06 +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/assemble-files.yml | 2 +- .github/workflows/continuous.yml | 4 ++-- .github/workflows/update-wiki.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/assemble-files.yml b/.github/workflows/assemble-files.yml index 2d48b509..689d3b96 100644 --- a/.github/workflows/assemble-files.yml +++ b/.github/workflows/assemble-files.yml @@ -38,7 +38,7 @@ jobs: python-version: '3.10' - name: Cache Python dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 4829904d..30a653f6 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.10' - name: Cache Python dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip @@ -88,7 +88,7 @@ jobs: python-version: '3.10' - name: Cache Python dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/update-wiki.yml b/.github/workflows/update-wiki.yml index aa9aa762..eeba3454 100644 --- a/.github/workflows/update-wiki.yml +++ b/.github/workflows/update-wiki.yml @@ -34,7 +34,7 @@ jobs: python-version: '3.10' - name: Cache Python dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip