Skip to content

Commit 6533b81

Browse files
chore(deps): update actions/setup-node action to v7
1 parent b19e3cb commit 6533b81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dokka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
java-version-file: .java-version
2929
- name: Set up Node.js
30-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
30+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3131
with:
3232
node-version-file: '.nvmrc'
3333
cache: npm

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
distribution: 'temurin'
3636
java-version-file: .java-version
3737
- name: Set up Node.js
38-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
38+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3939
with:
4040
node-version-file: '.nvmrc'
4141
cache: npm

0 commit comments

Comments
 (0)