diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1716140a8e..0ec1ce4703 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: 🔧 Setup Bun uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2 diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index b155e7caf9..7ea30a7f44 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 + - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 with: any-of-labels: "info needed,invalid" days-before-issue-stale: 30 diff --git a/.github/workflows/color-check.yml b/.github/workflows/color-check.yml index d6b561f186..1c339c88f2 100644 --- a/.github/workflows/color-check.yml +++ b/.github/workflows/color-check.yml @@ -20,7 +20,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: sparse-checkout-cone-mode: false sparse-checkout: | diff --git a/.github/workflows/icon-review.yml b/.github/workflows/icon-review.yml index c935d00593..8325bae05d 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 path: main diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index bc9a6fe917..71f9b1f4cd 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 56667449bb..f87258fbeb 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Required for fetching tags and generating release notes fetch-depth: 0