From 533d57b830136a675e7e6ea2e05e762cec37fb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:55:17 -0500 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#4) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-release-to-otd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e06f6fa..15ce12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: matrix: config: [Release, Debug] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Fetch nuget packages run: dotnet restore - name: Add msbuild to PATH diff --git a/.github/workflows/publish-release-to-otd.yml b/.github/workflows/publish-release-to-otd.yml index eba47e3..3f6a387 100644 --- a/.github/workflows/publish-release-to-otd.yml +++ b/.github/workflows/publish-release-to-otd.yml @@ -8,13 +8,13 @@ jobs: name: Publish to OTD Plugin-Repository runs-on: windows-2022 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Checkout ${{github.repository}} with: path: source fetch-depth: 0 ref: master - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Checkout OpenTabletDriver/Plugin-Repository with: repository: OpenTabletDriver/Plugin-Repository