Skip to content

Commit

Permalink
Merge pull request #29 from Isaaker/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4.0.3
  • Loading branch information
Isaaker authored Jul 15, 2024
2 parents b340003 + e50ab61 commit b79ed9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out the code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # @v4.1.7
- name: Install NodeJs # Install Software NodeJs
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # @v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # @v4.0.3
with:
node-version: 16
- name: Install repo-linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # @v4.1.7

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

Expand Down

0 comments on commit b79ed9a

Please sign in to comment.