Skip to content

Commit dcaf175

Browse files
build(deps): bump actions/github-script from 6.3.3 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.3.3...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60d4367 commit dcaf175

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-preview-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
github.event.client_payload.slash_command.sha != '' &&
1414
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
1515
steps:
16-
- uses: actions/github-script@v6.3.3
16+
- uses: actions/github-script@v6.4.1
1717
id: check-id
1818
env:
1919
number: ${{ github.event.client_payload.pull_request.number }}
@@ -37,7 +37,7 @@ jobs:
3737
3838
return check[0].id;
3939
40-
- uses: actions/github-script@v6.3.3
40+
- uses: actions/github-script@v6.4.1
4141
env:
4242
check_id: ${{ steps.check-id.outputs.result }}
4343
details_url: ${{ github.server_url }}/${{ github.repository }}/runs/${{ github.run_id }}
@@ -72,7 +72,7 @@ jobs:
7272
timeout: 15m
7373

7474
# Update check run called "integration-fork"
75-
- uses: actions/github-script@v6.3.3
75+
- uses: actions/github-script@v6.4.1
7676
id: update-check-run
7777
if: ${{ always() }}
7878
env:

.github/workflows/pr-preview-destroy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
destroy-preview-environment:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v6.3.3
13+
- uses: actions/github-script@v6.4.1
1414
id: check-conclusion
1515
env:
1616
number: ${{ github.event.number }}

.github/workflows/storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
9696
- name: Notify that Chromatic detects changes
97-
uses: actions/[email protected].0
97+
uses: actions/[email protected].1
9898
if: github.event_name != 'pull_request_target' && steps.chromatic_push.outputs.success == 'false'
9999
with:
100100
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)