File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
uses : SonarSource/jfrog-setup-wrapper@e0f353c7f1bcc7b2f663063d72b5fec7948f6815 # 3.6.0
34
34
with :
35
35
jfrogAccessToken : ${{ fromJSON(steps.secrets.outputs.vault).qa_deployer_access_token }}
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : actions/setup-node@v4
38
38
with :
39
- node-version : 18
39
+ node-version : 22
40
40
- run : cp .github/workflows/.npmrc .npmrc
41
41
- name : Publish npm package
42
42
env :
Original file line number Diff line number Diff line change 16
16
ARTIFACTORY_URL : https://repox.jfrog.io/artifactory
17
17
steps :
18
18
- name : Checkout 🛎️
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
- name : Get vault secrets
21
21
id : secrets
22
22
uses : SonarSource/vault-action-wrapper@v3
You can’t perform that action at this time.
0 commit comments