Skip to content

Commit

Permalink
Bump actions/setup-node from 3.6.0 to 3.7.0 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 6932662 commit 79a0c27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
yq-version: v4.25.3

- name: Use Node.js ${{ env.node-NODE_VERSION }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ env.node-NODE_VERSION }}
cache: 'yarn'
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Use Node.js ${{ env.node-NODE_VERSION }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ env.node-NODE_VERSION }}
cache: 'yarn'
Expand All @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Use Node.js ${{ env.node-NODE_VERSION }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ env.node-NODE_VERSION }}
cache: 'yarn'
Expand Down

0 comments on commit 79a0c27

Please sign in to comment.