Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit e9847a2

Browse files
authored
Merge pull request #270 from Pocket/renovate/github-actions
chore(deps): update actions/setup-node action to v3.7.0
2 parents e364397 + be1554b commit e9847a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# the latest definitions installed
4545
##########################
4646
- name: Use Node.js 16.x
47-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
47+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
4848
with:
4949
node-version: 16.x
5050
# Install our eslint packages.

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
3030

3131
- name: Use Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
32+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535

0 commit comments

Comments
 (0)