From 0f3f622ccc357e2d5c64a51cc3483c9bfa71f2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:38:00 -0600 Subject: [PATCH] build(deps): bump actions/cache from 3 to 4 (#2123) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cicd.yml | 12 ++++++------ .github/workflows/on-push-pyinstaller.yml | 6 +++--- .github/workflows/publish-on-release.yml | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 56909f638..dd471702a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -65,7 +65,7 @@ jobs: with: python-version: 3.9 - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -107,7 +107,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -133,7 +133,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -164,7 +164,7 @@ jobs: with: python-version: '3.10' - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -210,7 +210,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -258,7 +258,7 @@ jobs: - name: Install Dependencies (ubuntu) run: sudo apt-get update && sudo apt-get install sed -y - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: .venv diff --git a/.github/workflows/on-push-pyinstaller.yml b/.github/workflows/on-push-pyinstaller.yml index 82feb4f9a..047227ac7 100644 --- a/.github/workflows/on-push-pyinstaller.yml +++ b/.github/workflows/on-push-pyinstaller.yml @@ -52,7 +52,7 @@ jobs: if: matrix.os == 'windows-latest' run: choco install make sed - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -102,7 +102,7 @@ jobs: if: matrix.os == 'windows-latest' run: choco install make sed - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -163,7 +163,7 @@ jobs: if: steps.check_distance.outcome == 'success' run: sudo apt-get update && sudo apt-get install sed tree -y - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index 89ace4c66..1022c35b6 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -46,7 +46,7 @@ jobs: if: matrix.os == 'windows-latest' run: choco install make sed - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -97,7 +97,7 @@ jobs: if: matrix.os == 'windows-latest' run: choco install make sed - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -150,7 +150,7 @@ jobs: - name: Install Dependencies (ubuntu) run: sudo apt-get update && sudo apt-get install sed tree -y - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -238,7 +238,7 @@ jobs: - name: Install Dependencies (ubuntu) run: sudo apt-get update && sudo apt-get install sed -y - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -274,7 +274,7 @@ jobs: with: python-version: 3.9 - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv @@ -341,7 +341,7 @@ jobs: with: python-version: 3.9 - uses: Gr1N/setup-poetry@v8 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4 id: cache with: path: .venv