Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#2123)
Browse files Browse the repository at this point in the history
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](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 1dc4388 commit 0f3f622
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-push-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0f3f622

Please sign in to comment.