From 8431a3a26afd612a09599747ae50e5afafca73d2 Mon Sep 17 00:00:00 2001 From: "wall-e1-bot[bot]" <192259219+wall-e1-bot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:20:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push-branch.yml | 2 +- .github/workflows/on-push-main.yml | 4 ++-- .github/workflows/on-release.yml | 4 ++-- .github/workflows/renovate.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index f063516..085db21 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Tests uses: ./.github/actions/tests \ No newline at end of file diff --git a/.github/workflows/on-push-branch.yml b/.github/workflows/on-push-branch.yml index c78e9aa..7770bcc 100644 --- a/.github/workflows/on-push-branch.yml +++ b/.github/workflows/on-push-branch.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Tests uses: ./.github/actions/tests \ No newline at end of file diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index 44c42c0..d091a00 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Tests uses: ./.github/actions/tests @@ -30,7 +30,7 @@ jobs: needs: tests steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Build Latest Image uses: ./.github/actions/docker diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 24a5443..cad853d 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Tests uses: ./.github/actions/tests @@ -21,7 +21,7 @@ jobs: needs: tests steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Build Tagged Image uses: ./.github/actions/docker diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index d2e63b7..99c97d1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -50,7 +50,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: token: "${{ steps.app-token.outputs.token }}"