Skip to content

Commit 4694ade

Browse files
authored
Merge pull request #707 from jazzband/dependabot/github_actions/actions/checkout-4
2 parents dd26645 + bf3c4b5 commit 4694ade

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)