Skip to content

Commit 13e7ddf

Browse files
Update all github actions (major) (#5623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a389066 commit 13e7ddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_eslint_plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: SonarSource/jfrog-setup-wrapper@e0f353c7f1bcc7b2f663063d72b5fec7948f6815 # 3.6.0
3434
with:
3535
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).qa_deployer_access_token }}
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 18
39+
node-version: 22
4040
- run: cp .github/workflows/.npmrc .npmrc
4141
- name: Publish npm package
4242
env:

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ARTIFACTORY_URL: https://repox.jfrog.io/artifactory
1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Get vault secrets
2121
id: secrets
2222
uses: SonarSource/vault-action-wrapper@v3

0 commit comments

Comments
 (0)