Skip to content

Commit bf810b5

Browse files
Bump actions/checkout from 4 to 5 (#61)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d59688 commit bf810b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: [ "3.11" , "3.12" , "3.13" ]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v5
1919
with:
@@ -54,7 +54,7 @@ jobs:
5454
name: Build SDist
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: Build SDist
5959
run: pipx run build --sdist
6060
- uses: actions/upload-artifact@v4
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
# For tags we assume the version in pyproject.toml is correct!
8686
- name: Checkout
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v5
8888
with:
8989
submodules: 'recursive'
9090
- name: Rewrite version for dev if not tag

0 commit comments

Comments
 (0)