From e283f888867837bf0144531721d4b4499ce4dc26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:00:57 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 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] --- .github/workflows/CI.yml | 2 +- .github/workflows/dotnet.yml | 4 ++-- .github/workflows/publish.yml | 10 +++++----- .github/workflows/xamarin.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c44022a8dd9..5c65a347405 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository # if: ${{ matrix.os != 'aigio-win10ltsc-vm' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 78b1db4d9e6..a2fc1bfdcea 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive @@ -63,7 +63,7 @@ jobs: - name: Checkout Credentials repository if: ${{ matrix.os == 'windows-latest' && !startsWith(github.ref, 'refs/tags/') && github.event_name == 'push' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: SteamTools-Team/Credentials token: ${{ secrets.REPO_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bdfa50cd329..0483f8a294c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive @@ -65,7 +65,7 @@ jobs: - name: Checkout NSIS-Build repository if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: SteamTools-Team/NSIS-Build token: ${{ secrets.REPO_TOKEN }} @@ -73,7 +73,7 @@ jobs: - name: Checkout Credentials repository if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: SteamTools-Team/Credentials token: ${{ secrets.REPO_TOKEN }} @@ -315,7 +315,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive @@ -365,7 +365,7 @@ jobs: - name: Checkout Credentials repository if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: SteamTools-Team/Credentials token: ${{ secrets.REPO_TOKEN }} diff --git a/.github/workflows/xamarin.yml b/.github/workflows/xamarin.yml index 22891202c57..7b129f18381 100644 --- a/.github/workflows/xamarin.yml +++ b/.github/workflows/xamarin.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive