Skip to content

Commit b79ed9a

Browse files
authored
Merge pull request #29 from Isaaker/dependabot/github_actions/actions/setup-node-4.0.3
2 parents b340003 + e50ab61 commit b79ed9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out the code
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # @v4.1.7
1919
- name: Install NodeJs # Install Software NodeJs
20-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # @v4.0.2
20+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # @v4.0.3
2121
with:
2222
node-version: 16
2323
- name: Install repo-linter

.github/workflows/repolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # @v4.1.7
1919

2020
- name: Install NodeJs # Install Software NodeJs
21-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # @v4.0.2
21+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # @v4.0.3
2222
with:
2323
node-version: 16
2424

0 commit comments

Comments
 (0)