From 29e69b2aca442bb378ab9f81e4d51c089211ca29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:09:57 +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/avr_python_checks.yml | 4 ++-- .github/workflows/avr_python_tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/avr_python_checks.yml b/.github/workflows/avr_python_checks.yml index 6c44e83..a97ea94 100644 --- a/.github/workflows/avr_python_checks.yml +++ b/.github/workflows/avr_python_checks.yml @@ -49,7 +49,7 @@ jobs: fp.write(python_version) - name: Cache Python Packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.config/pypoetry @@ -69,7 +69,7 @@ jobs: cache: poetry - name: Cache Pre-Commit - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/avr_python_tests.yml b/.github/workflows/avr_python_tests.yml index dbe4bfe..2346a32 100644 --- a/.github/workflows/avr_python_tests.yml +++ b/.github/workflows/avr_python_tests.yml @@ -56,7 +56,7 @@ jobs: fp.write(python_version) - name: Cache Python Packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.config/pypoetry