Skip to content

Commit 11b59c5

Browse files
Bump actions/checkout from 1 to 5 (#85)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18cb119 commit 11b59c5

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
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515
- uses: actions/setup-dotnet@v5
@@ -26,7 +26,7 @@ jobs:
2626
lint:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depths: 0
3232
- uses: astral-sh/setup-uv@v7
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
choco install -y mono ${{ matrix.python == 'pypy3' && '--x86' || '' }}
8282
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484

8585
- name: Install dependencies
8686
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v5
1010
- name: Build Sphinx documentation
1111
run: |
1212
pip install -r doc/requirements.txt

0 commit comments

Comments
 (0)