Skip to content

Commit 764be79

Browse files
Bump actions/checkout from 3 to 4 (#168)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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>
1 parent a724393 commit 764be79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python3 -m pip install --user tox
2929

3030
- name: Check out src from Git
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0 # needed by setuptools-scm
3434

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: ~/.vagrant.d/boxes
7272
key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }}
7373

74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
with:
7676
fetch-depth: 0 # needed by setuptools-scm
7777

0 commit comments

Comments
 (0)