Skip to content

Commit f2304db

Browse files
dependabot[bot]rvolosatovs
authored andcommitted
chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1e60f62...0a44ba7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a55f562 commit f2304db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/examples-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
if: ${{ matrix.project.lang == 'python' }}
181181
run: |
182182
pip install componentize-py
183-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
183+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
184184
if: ${{ matrix.project.lang == 'typescript' }}
185185
with:
186186
node-version: ${{ matrix.project.lang_version }}

.github/workflows/wash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-22.04, windows-latest-8-cores, macos-12]
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
32+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
3333
with:
3434
node-version: "18.x"
3535
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

.github/workflows/washboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4141

4242
- name: Setup Node.js
43-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
43+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
4444
with:
4545
node-version-file: ./typescript/.tool-versions
4646
cache-dependency-path: ./typescript/yarn.lock

0 commit comments

Comments
 (0)