Skip to content

Commit d078d3a

Browse files
authored
Merge pull request #237 from dfm/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a10c2c1 + cdc7f7d commit d078d3a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- "macos-latest"
3131
# - "windows-latest"
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
submodules: true
3636
fetch-depth: 0
@@ -46,7 +46,7 @@ jobs:
4646
name: Build source distribution
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
with:
5151
fetch-depth: 0
5252
- uses: actions/setup-python@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
nox-session: "options"
3030
steps:
3131
- name: Clone the repo
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535
submodules: recursive

.github/workflows/update-fsps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update_fsps:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
submodules: true
1414
fetch-depth: 0

0 commit comments

Comments
 (0)