From e4e1aa37061a36599aeeb2d342099441fe776c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:28:20 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `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) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `actions/setup-dotnet` from 5 to 6 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/apkTests.yml | 2 +- .github/workflows/ghostFrogTests.yml | 2 +- .github/workflows/npmTests.yml | 2 +- .github/workflows/nugetTests.yml | 2 +- .github/workflows/pnpmTests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/apkTests.yml b/.github/workflows/apkTests.yml index ede78c5fe..deb0f287c 100644 --- a/.github/workflows/apkTests.yml +++ b/.github/workflows/apkTests.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/ghostFrogTests.yml b/.github/workflows/ghostFrogTests.yml index 6b52672a3..bf719c060 100644 --- a/.github/workflows/ghostFrogTests.yml +++ b/.github/workflows/ghostFrogTests.yml @@ -98,7 +98,7 @@ jobs: JF_ACCESS_TOKEN: ${{ secrets.PLATFORM_ADMIN_TOKEN }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" diff --git a/.github/workflows/npmTests.yml b/.github/workflows/npmTests.yml index 22f04c443..cbfc9b58f 100644 --- a/.github/workflows/npmTests.yml +++ b/.github/workflows/npmTests.yml @@ -50,7 +50,7 @@ jobs: - name: Install npm if: matrix.os.name != 'macos' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "16" diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index 597276285..14f2e23e0 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -67,7 +67,7 @@ jobs: - name: Install .NET if: matrix.os.name != 'macos' - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: "8.x" diff --git a/.github/workflows/pnpmTests.yml b/.github/workflows/pnpmTests.yml index 252b5647d..eb1c00247 100644 --- a/.github/workflows/pnpmTests.yml +++ b/.github/workflows/pnpmTests.yml @@ -50,7 +50,7 @@ jobs: - name: Install Node.js if: matrix.os.name != 'macos' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20"