Skip to content

Commit f4da0b7

Browse files
committed
ci: bump action versions
1 parent bf326f7 commit f4da0b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.event_name == 'release' && github.event.action == 'released'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: '24.x'
@@ -28,14 +28,14 @@ jobs:
2828
runs-on: ubuntu-latest
2929
if: github.ref == 'refs/heads/next'
3030
steps:
31-
- uses: actions/checkout@v4
32-
- uses: actions/setup-node@v3
31+
- uses: actions/checkout@v6
32+
- uses: actions/setup-node@v4
3333
with:
3434
node-version: '24.x'
3535
registry-url: 'https://registry.npmjs.org'
3636
- name: Set outputs
3737
id: vars
38-
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
38+
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3939
- run: git config --global user.name "GitHub CD bot"
4040
- run: git config --global user.email "info@networkteam.com"
4141
- run: npm version prerelease --preid=${{ steps.vars.outputs.sha_short }}

0 commit comments

Comments
 (0)