From 3fec6f31cd71d7eb8358d5fbad98cb412b35656a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Nov 2025 00:58:38 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/alpine.yml | 2 +- .github/workflows/debian.yml | 2 +- .github/workflows/description.yml | 2 +- .github/workflows/updater.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index f412dc15..868b093c 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -65,7 +65,7 @@ jobs: docker-images: false swap-storage: false - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index fc509398..a4820f6c 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -65,7 +65,7 @@ jobs: docker-images: false swap-storage: false - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/description.yml b/.github/workflows/description.yml index 038172fa..76fc0bfe 100644 --- a/.github/workflows/description.yml +++ b/.github/workflows/description.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index b5a52687..cfe57d98 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}