Skip to content

Commit 51f161c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx: ["", "~=7.0", "~=6.0", "~=5.0"]
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
@@ -46,7 +46,7 @@ jobs:
4646
sphinx: ["", "~=7.0", "~=5.0"]
4747

4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- name: Set up Python
5151
uses: actions/setup-python@v5
5252
with:
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout source
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v5
9090
- name: Set up Python 3.8
9191
uses: actions/setup-python@v5
9292
with:

0 commit comments

Comments
 (0)