From d8d61ed591ef65ae115942a798e8484f101ce013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:10:41 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866f28d..b2a1e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: done - name: Checkout AMBuild - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: alliedmodders/ambuild ref: master @@ -59,7 +59,7 @@ jobs: fetch-depth: 1 - name: Checkout SourceMod - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: alliedmodders/sourcemod ref: ${{ matrix.sm.ref }} @@ -68,7 +68,7 @@ jobs: fetch-depth: 1 - name: Checkout Metamod:Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: alliedmodders/metamod-source ref: 1.12-dev @@ -110,7 +110,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0