diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-04 15:18:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-04 15:18:21 +0900 |
| commit | 6956f44d1f16001c02d1b854bea0fe4c635d313c (patch) | |
| tree | a7aa51d3a332fcd0f5b4d694d20dd6cb20f89c50 /.github/workflows/report-api-diff.yml | |
| parent | fix(deps): update [backend] update dependencies (#16547) (diff) | |
| download | misskey-6956f44d1f16001c02d1b854bea0fe4c635d313c.tar.gz misskey-6956f44d1f16001c02d1b854bea0fe4c635d313c.tar.bz2 misskey-6956f44d1f16001c02d1b854bea0fe4c635d313c.zip | |
chore(deps): update [github actions] update dependencies (#16545)
Co-authored-by: renovate[bot] <29139614+renovate[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 1170f898ce..f24cd7d30e 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.0.1 + uses: actions/github-script@v7.1.0 with: script: | const fs = require('fs'); |