Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 in the depen…
Browse files Browse the repository at this point in the history
…dencies group (#155)
  • Loading branch information
ewanharris authored Sep 23, 2024
2 parents d4d5949 + db8630f commit 479889d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Set up node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0

- name: Set up node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
cache: "npm"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
fetch-depth: 0

- name: Set up node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 479889d

Please sign in to comment.