Skip to content

Commit aecc1b1

Browse files
Bump actions/checkout from 3 to 4 (#220)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent 3a2d0b6 commit aecc1b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install tox
2525
run: python3 -m pip install --user "tox>=4.0.0"
2626
- name: Check out src from Git
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0 # needed by setuptools-scm
3030
- name: Build dists

.github/workflows/tox.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix: ${{ fromJson(needs.pre.outputs.matrix) }}
5959

6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 0 # needed by setuptools-scm
6464

@@ -141,7 +141,7 @@ jobs:
141141
jobs: ${{ toJSON(needs) }}
142142

143143
- name: Check out src from Git
144-
uses: actions/checkout@v3
144+
uses: actions/checkout@v4
145145

146146
- name: Notify repository owners about lint change affecting them
147147
uses: sourcegraph/[email protected]

0 commit comments

Comments
 (0)