Skip to content

Commit

Permalink
Merge pull request #12 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.2
  • Loading branch information
0x46616c6b authored Apr 1, 2024
2 parents c510b19 + 3368b7f commit cef8b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: 'npm'
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down

0 comments on commit cef8b04

Please sign in to comment.