Skip to content

Commit 5409106

Browse files
authored
Merge pull request #838 from ipython/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a852ea7 + 21a60b0 commit 5409106

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build-release:
2323
runs-on: ubuntu-20.04
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: actions/setup-python@v4
2727
with:
2828
python-version: 3.8

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test-docs:
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
# make rediraffecheckdiff requires git history to compare current
2525
# commit with the main branch and previous releases.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- python: "3.11"
5151

5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454

5555
- name: Cache conda environment
5656
uses: actions/cache@v3

0 commit comments

Comments
 (0)