Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.8.1 (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 37dd5b3 commit 7565edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure Node and package manager
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version-file: 'package.json'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure Node and package manager
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version-file: 'package.json'
cache: 'yarn'
Expand Down

0 comments on commit 7565edd

Please sign in to comment.