Skip to content

Commit 08df2bb

Browse files
authored
ci: upgrade release actions to Node 24 (#1477)
1 parent 56ad948 commit 08df2bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
steps:
1515
- name: Release please
1616
id: release_please
17-
uses: googleapis/release-please-action@v4
17+
uses: googleapis/release-please-action@v5
1818
with:
1919
# The current PAT (personal access token) was created on 2024-08-05,
2020
# since the maximum validity of PAT is 1 year, you need to change the PAT before 2025-08-05.
2121
token: ${{ secrets.PAT }}
2222
release-type: simple
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
if: ${{ steps.release_please.outputs.release_created }}
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python
2828
if: ${{ steps.release_please.outputs.release_created }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
cache: pip
3232
python-version: '3.10'

0 commit comments

Comments
 (0)