Skip to content

Commit 7b0d3f1

Browse files
dependabot[bot]rht
authored andcommitted
build(deps): 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](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] <[email protected]>
1 parent c1fae84 commit 7b0d3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
echo "Adding GNU tar to PATH"
5858
echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
59-
- uses: actions/cache@v3
59+
- uses: actions/cache@v4
6060
with:
6161
path: ${{ env.pythonLocation }}
6262
key: ${{ runner.os }}-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/setup-python@v5
8787
with:
8888
python-version: "3.12"
89-
- uses: actions/cache@v3
89+
- uses: actions/cache@v4
9090
with:
9191
path: ${{ env.pythonLocation }}
9292
key: test-examples-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

0 commit comments

Comments
 (0)