From 22776223cbe9a94a4dc93c9582d9c9322fce7a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 09:45:01 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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 | 8 ++++---- .github/workflows/publish.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31eaf8f..d2e731c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: node-version: [20, 22, 24] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false @@ -66,12 +66,12 @@ jobs: checkout_ref: main steps: - name: Check out the SDK - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: sdk persist-credentials: false - name: Check out AI Gateway - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: ferro-labs/ai-gateway ref: ${{ matrix.checkout_ref }} @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest needs: build-and-test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 230283d..7ba3c99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,13 +13,13 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false # A release must pass the contract suite against the pinned gateway. - name: Check out AI Gateway (pinned) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: ferro-labs/ai-gateway ref: e8e4e26ddbd1dcf734722d82f02fabb50ce50037 # v1.4.5