Skip to content

Commit 40cd7e5

Browse files
committed
Update actions/checkout actions/setup-python versions
1 parent 414e457 commit 40cd7e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

28-
- uses: actions/setup-python@v4
28+
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
needs: [build]
3131
runs-on: ubuntu-latest
32-
# if: github.event_name == 'release' && github.event.action == 'published'
32+
if: github.event_name == 'release' && github.event.action == 'published'
3333

3434
steps:
3535
- name: Download SDist and wheel

0 commit comments

Comments
 (0)