From d6ed57437004509fbee8fda2393ba8364b96e16b Mon Sep 17 00:00:00 2001 From: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:10:35 +0900 Subject: [PATCH] Bump actions/checkout from 5 to 6 --- .github/workflows/delete dev env.yml | 2 +- .github/workflows/deploy test.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/luacheck.yml | 4 ++-- .github/workflows/protect new wiki modules.yml | 2 +- .github/workflows/protect new wiki templates.yml | 2 +- .github/workflows/resources.yml | 2 +- .github/workflows/scheduled.yml | 2 +- .github/workflows/update visual snapshots.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/delete dev env.yml b/.github/workflows/delete dev env.yml index fa114481b1f..e9c143ab618 100644 --- a/.github/workflows/delete dev env.yml +++ b/.github/workflows/delete dev env.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/deploy test.yml b/.github/workflows/deploy test.yml index dae5e387a17..2ae268f6480 100644 --- a/.github/workflows/deploy test.yml +++ b/.github/workflows/deploy test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a203dab8d8b..da02bb258de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 2a6d8e1c862..708ebea7383 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup lua # Workaround until https://github.com/leafo/gh-actions-lua/issues/57 is resolved @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup lua # Workaround until https://github.com/leafo/gh-actions-lua/issues/57 is resolved diff --git a/.github/workflows/protect new wiki modules.yml b/.github/workflows/protect new wiki modules.yml index 6881de675da..369ff76f973 100644 --- a/.github/workflows/protect new wiki modules.yml +++ b/.github/workflows/protect new wiki modules.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Lua Protect env: diff --git a/.github/workflows/protect new wiki templates.yml b/.github/workflows/protect new wiki templates.yml index 710aff1786a..ae18459b5c0 100644 --- a/.github/workflows/protect new wiki templates.yml +++ b/.github/workflows/protect new wiki templates.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Template Protect env: diff --git a/.github/workflows/resources.yml b/.github/workflows/resources.yml index f4770fa088d..7d74cfed072 100644 --- a/.github/workflows/resources.yml +++ b/.github/workflows/resources.yml @@ -7,7 +7,7 @@ jobs: test-resources: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install modules run: npm install - name: Run lint check diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 8ced8b19696..f90f3c9a3f2 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 diff --git a/.github/workflows/update visual snapshots.yml b/.github/workflows/update visual snapshots.yml index c5a0f61782a..92a01141c89 100644 --- a/.github/workflows/update visual snapshots.yml +++ b/.github/workflows/update visual snapshots.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} # Support runs of this action in forks