Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent f60c7a4 commit 37718eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
ruby-version: "3.2"
bundler-cache: true
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
with:
node-version: 18.3.0
- name: Pre-boot Simulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
path: /var/tmp

- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
with:
node-version: 18.3.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xcode-versions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ruby-version: "3.2"
bundler-cache: true
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
with:
node-version: 18.3.0
- run: npm install --save slack-message-builder
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
with:
node-version: 18.3.0
- run: npm install --save slack-message-builder
Expand Down

0 comments on commit 37718eb

Please sign in to comment.