Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-node action to v4.0.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 18, 2023
1 parent d4d0c7a commit cc865ed
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version-file: package.json
cache: yarn
2 changes: 1 addition & 1 deletion .github/workflows/deploybot.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
environment: e2e
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version-file: package.json
cache: yarn

0 comments on commit cc865ed

Please sign in to comment.