Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 73eda4f commit b710640
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: 'release'
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: '20.5.0'
- name: Test and generate coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: '20.5.0'
- name: Lint
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: '20.5.0'
- name: Test and generate coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
git config --global user.name "Brandon Bothell"
git config --global user.email "[email protected]"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: '20.5.0'
- name: Build Docs
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: '20.5.0'
- name: Build Source and Typings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# run: |
# git config --global user.name "Brandon Bothell"
# git config --global user.email "[email protected]"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: '20.5.0'
- name: Lint
Expand Down

0 comments on commit b710640

Please sign in to comment.