From 969fd002ff10773817a414b9b4fc9e6f0592d1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:11:09 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/ai-inference](https://github.com/actions/ai-inference). Updates `actions/checkout` from 4 to 5 - [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...v5) Updates `actions/ai-inference` from 1 to 2 - [Release notes](https://github.com/actions/ai-inference/releases) - [Commits](https://github.com/actions/ai-inference/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/ai-inference dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-cleanup.yml | 2 +- .github/workflows/enginescript-build-test.yml | 2 +- .github/workflows/software-version-check.yml | 2 +- .github/workflows/summary.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index a0e10d94..ac7d86a2 100644 --- a/.github/workflows/branch-cleanup.yml +++ b/.github/workflows/branch-cleanup.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/enginescript-build-test.yml b/.github/workflows/enginescript-build-test.yml index 7199d019..1b31ab28 100644 --- a/.github/workflows/enginescript-build-test.yml +++ b/.github/workflows/enginescript-build-test.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Maximize Disk Space run: | diff --git a/.github/workflows/software-version-check.yml b/.github/workflows/software-version-check.yml index d7cb0989..e865353d 100644 --- a/.github/workflows/software-version-check.yml +++ b/.github/workflows/software-version-check.yml @@ -23,7 +23,7 @@ jobs: check-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check Software Versions id: version-check diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 9b07bb8f..c0f972e0 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -14,11 +14,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run AI inference id: inference - uses: actions/ai-inference@v1 + uses: actions/ai-inference@v2 with: prompt: | Summarize the following GitHub issue in one paragraph: