Skip to content

Commit b0766d7

Browse files
chore(deps): update actions/checkout action to v5
1 parent 01bc97a commit b0766d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v5
1717
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v5
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
deploy:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- name: build sdist bdist_wheel
3636
run: |
3737
VERSION=${{ github.event.inputs.release_version }}

0 commit comments

Comments
 (0)