Skip to content

Commit 3d0d421

Browse files
authored
Merge pull request #399 from jazzband/dependabot/github_actions/github-actions-4ed8cc3c8a
Bump the github-actions group across 1 directory with 2 updates
2 parents 57b6827 + 007161a commit 3d0d421

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
2727
2828
- name: Cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key: release-${{ hashFiles('**/setup.py') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3030
3131
- name: Cache
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: ${{ steps.pip-cache.outputs.dir }}
3535
key:
@@ -47,7 +47,7 @@ jobs:
4747
tox --verbose
4848
4949
- name: Upload coverage
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
name: coverage-data-${{ matrix.python-version }}
5353
path: ".coverage.*"

0 commit comments

Comments
 (0)