Skip to content

Commit ee75221

Browse files
chore(deps): update actions/setup-node action to v4 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da67fc2 commit ee75221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set release version
5757
run: python3 -c "import os; tag = os.environ['GITHUB_REF'].split('/')[-1]; f = open(os.environ['GITHUB_ENV'], 'a'); f.write('RELEASE_VERSION='+tag); f.close();"
5858

59-
- uses: actions/setup-node@v3
59+
- uses: actions/setup-node@v4
6060
with:
6161
node-version: ${{ matrix.node_version }}
6262
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)