Skip to content

Commit bf3c4b5

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d76f2ff commit bf3c4b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: '3.11'
5353

5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v4
5656

5757
- name: Set up Python ${{ matrix.python-version }}
5858
uses: actions/setup-python@v2
@@ -116,7 +116,7 @@ jobs:
116116
- 'mypy'
117117

118118
steps:
119-
- uses: actions/checkout@v2
119+
- uses: actions/checkout@v4
120120

121121
- name: Set up Python
122122
uses: actions/setup-python@v2
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156

157157
steps:
158-
- uses: actions/checkout@v2
158+
- uses: actions/checkout@v4
159159
with:
160160
fetch-depth: 0
161161

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)