Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent c345dc8 commit b88b6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit b88b6a4

Please sign in to comment.