From 5521126ed2eab4a89eca58bd78d037f29e4e5a85 Mon Sep 17 00:00:00 2001 From: yoshi-taka <3677119+yoshi-taka@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:24:13 +0900 Subject: [PATCH] ci: remove unnecessary checkout in dependency diff job Dependency diff runs in artifact mode and compares packed .tgz files, so repository checkout (and full history fetch) is not required. --- .github/workflows/diff-dependencies.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/diff-dependencies.yml b/.github/workflows/diff-dependencies.yml index ccf16f5..8218783 100644 --- a/.github/workflows/diff-dependencies.yml +++ b/.github/workflows/diff-dependencies.yml @@ -58,10 +58,6 @@ jobs: permissions: contents: read steps: - - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - fetch-depth: 0 - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: base-packages