Skip to content

Commit a6fb223

Browse files
Merge pull request #132 from launchdarkly/REL-7521/upgrade-actions-for-release
[REL-7521] upgrade gh actions versions for release workflow
2 parents 0034dec + 9a51a08 commit a6fb223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1414
- name: Extract branch name
1515
shell: bash
1616
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
1717
id: extract_branch
18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 4.4.0
1919
with:
20-
node-version: '18.19.0'
20+
node-version: '22.13.0'
2121
- run: yarn
2222
- run: yarn build:setup
2323
- run: yarn prepare-beta

0 commit comments

Comments
 (0)