Skip to content

Commit c8c81a4

Browse files
committed
ci: bump action versions to Node.js 24 compatible releases
1 parent 93eb113 commit c8c81a4

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: "!startsWith(github.event.head_commit.message, 'bump:')"
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

@@ -24,7 +24,7 @@ jobs:
2424
git config user.name "github-actions[bot]"
2525
git config user.email "github-actions[bot]@users.noreply.github.com"
2626
27-
- uses: astral-sh/setup-uv@v5
27+
- uses: astral-sh/setup-uv@v8
2828
with:
2929
python-version: "3.11"
3030

@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Create GitHub release
5151
if: steps.bump.outputs.skipped != 'true'
52-
uses: softprops/action-gh-release@v2
52+
uses: softprops/action-gh-release@v3
5353
with:
5454
tag_name: "v${{ steps.bump.outputs.version }}"
5555
files: dist/*

0 commit comments

Comments
 (0)