diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 16:32:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 16:32:30 +0900 |
| commit | 0ab4b8a2943fc5b982f959c4682a6ac591f5daa2 (patch) | |
| tree | 3a31ce9a447bdaaba4c8f84dcdd9b5d798a18848 /.github/workflows/report-api-diff.yml | |
| parent | fix(frontend/pageMetadata): ページタイトルが更新されない問題 ... (diff) | |
| download | sharkey-0ab4b8a2943fc5b982f959c4682a6ac591f5daa2.tar.gz sharkey-0ab4b8a2943fc5b982f959c4682a6ac591f5daa2.tar.bz2 sharkey-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/report-api-diff.yml')
| -rw-r--r-- | .github/workflows/report-api-diff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/report-api-diff.yml b/.github/workflows/report-api-diff.yml index 54da8b4a83..df9cc279e8 100644 --- a/.github/workflows/report-api-diff.yml +++ b/.github/workflows/report-api-diff.yml @@ -16,7 +16,7 @@ jobs: # api-artifact steps: - name: Download artifact - uses: actions/github-script@v7 + uses: actions/github-script@v7.0.1 with: script: | const fs = require('fs'); |