From 90d4895fdc6bb394ea5e3d430a2c5d0b3deda72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:40:40 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/mocktest.yml | 6 +++--- .github/workflows/scripting.yml | 2 +- .github/workflows/translations.yml | 2 +- .github/workflows/translations_sanitycheck.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0edb697bb..b5fe3cc79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: MYSQL_VERSION: '5.5' MMSOURCE_VERSION: '1.12' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive path: sourcemod diff --git a/.github/workflows/mocktest.yml b/.github/workflows/mocktest.yml index f6fefc057..6b3482398 100644 --- a/.github/workflows/mocktest.yml +++ b/.github/workflows/mocktest.yml @@ -12,20 +12,20 @@ jobs: mock: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Clone sourcemod with: submodules: recursive path: sourcemod - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Clone metamod-source with: repository: alliedmodders/metamod-source submodules: recursive path: metamod-source - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Clone hl2sdk-mock with: repository: alliedmodders/hl2sdk-mock diff --git a/.github/workflows/scripting.yml b/.github/workflows/scripting.yml index 5f02e4f83..89e32786a 100644 --- a/.github/workflows/scripting.yml +++ b/.github/workflows/scripting.yml @@ -27,7 +27,7 @@ jobs: env: ARCH: x86,x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 02cf6d6e8..ea2cadce9 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,7 +10,7 @@ jobs: update_translations: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/translations_sanitycheck.yml b/.github/workflows/translations_sanitycheck.yml index 6360fcadb..11380be47 100644 --- a/.github/workflows/translations_sanitycheck.yml +++ b/.github/workflows/translations_sanitycheck.yml @@ -15,7 +15,7 @@ jobs: check_translations: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v5 name: Setup Python 3.10