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

Commit 30f2288

Browse files
chore(deps): update actions/setup-node digest to bea5baf (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de8235a commit 30f2288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

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

1616
- name: Set up node
17-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
17+
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
1818
with:
1919
node-version: "18.x"
2020

.github/workflows/testing.yml

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

1616
- name: Set up node
17-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
17+
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
1818
with:
1919
node-version: "18.x"
2020

0 commit comments

Comments
 (0)