summaryrefslogtreecommitdiff
path: root/.github/workflows/pr-preview-deploy.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-16 16:32:30 +0900
committerGitHub <noreply@github.com>2024-02-16 16:32:30 +0900
commit0ab4b8a2943fc5b982f959c4682a6ac591f5daa2 (patch)
tree3a31ce9a447bdaaba4c8f84dcdd9b5d798a18848 /.github/workflows/pr-preview-deploy.yml
parentfix(frontend/pageMetadata): ページタイトルが更新されない問題 ... (diff)
downloadmisskey-0ab4b8a2943fc5b982f959c4682a6ac591f5daa2.tar.gz
misskey-0ab4b8a2943fc5b982f959c4682a6ac591f5daa2.tar.bz2
misskey-0ab4b8a2943fc5b982f959c4682a6ac591f5daa2.zip
chore(deps): bump actions/github-script from 6.4.0 to 7.0.1 (#13311)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pr-preview-deploy.yml')
-rw-r--r--.github/workflows/pr-preview-deploy.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml
index cb9a4ebfc8..964d24c3d7 100644
--- a/.github/workflows/pr-preview-deploy.yml
+++ b/.github/workflows/pr-preview-deploy.yml
@@ -13,7 +13,7 @@ jobs:
github.event.client_payload.slash_command.sha != '' &&
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
steps:
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v7.0.1
id: check-id
env:
number: ${{ github.event.client_payload.pull_request.number }}
@@ -37,7 +37,7 @@ jobs:
return check[0].id;
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v7.0.1
env:
check_id: ${{ steps.check-id.outputs.result }}
details_url: ${{ github.server_url }}/${{ github.repository }}/runs/${{ github.run_id }}
@@ -72,7 +72,7 @@ jobs:
timeout: 15m
# Update check run called "integration-fork"
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v7.0.1
id: update-check-run
if: ${{ always() }}
env: