From f8f3b0a9df1bd14277c6783d8455ffe99de6acd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:32:35 +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/build-otd-plugin.yml | 2 +- .github/workflows/build-testclient.yml | 2 +- .github/workflows/website.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-otd-plugin.yml b/.github/workflows/build-otd-plugin.yml index 0f14bcd..fabb0fb 100644 --- a/.github/workflows/build-otd-plugin.yml +++ b/.github/workflows/build-otd-plugin.yml @@ -12,7 +12,7 @@ jobs: config: [Release, Debug] os: [windows-2022, macos-26] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Fetch nuget packages run: dotnet restore - name: Build diff --git a/.github/workflows/build-testclient.yml b/.github/workflows/build-testclient.yml index 926cde4..18b57ac 100644 --- a/.github/workflows/build-testclient.yml +++ b/.github/workflows/build-testclient.yml @@ -9,7 +9,7 @@ jobs: name: Build Test Client (${{matrix.os}}) runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure shell: pwsh working-directory: OTDIPC-TestClient diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 6c5ff9c..ca56bfe 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.ref }} - name: Setup Ruby