diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 955e44b937..d882a59e9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 🔧 Setup Bun uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2 diff --git a/.github/workflows/color-check.yml b/.github/workflows/color-check.yml index 1c339c88f2..1aac276f92 100644 --- a/.github/workflows/color-check.yml +++ b/.github/workflows/color-check.yml @@ -20,7 +20,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: sparse-checkout-cone-mode: false sparse-checkout: | diff --git a/.github/workflows/icon-review.yml b/.github/workflows/icon-review.yml index 378c80ef27..2844d38d04 100644 --- a/.github/workflows/icon-review.yml +++ b/.github/workflows/icon-review.yml @@ -20,7 +20,7 @@ jobs: steps: - name: 📥 Checkout Fork - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -31,7 +31,7 @@ jobs: icons/ - name: 📥 Checkout Original - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 path: main diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 71f9b1f4cd..4afe77dd65 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Only fetch the config file from the repository sparse-checkout-cone-mode: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 964baa15d3..888ffe7976 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - name: 📥 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Required for fetching tags and generating release notes fetch-depth: 0