From aa8c926660daa6a0b3d8a09a4ad02c5f1b1c0f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:45:51 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `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) Updates `actions/setup-dotnet` from 2 to 4 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-generated.yml | 2 +- .github/workflows/dotnet-test.yml | 4 ++-- .github/workflows/publish.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-generated.yml b/.github/workflows/auto-generated.yml index 02108b1..4b957f7 100644 --- a/.github/workflows/auto-generated.yml +++ b/.github/workflows/auto-generated.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: 📦 Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Runs a single command using the runners shell - name: 📓 Create Readmes diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 841bb7b..3b7683e 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -23,10 +23,10 @@ jobs: - macos-latest steps: - name: 📦 Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🛠️ Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 7.0.x diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 881b85e..c3c20e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: tag_name: ${{ steps.tag.outputs.tag_name }} steps: - name: 📦 Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main @@ -60,12 +60,12 @@ jobs: url: https://www.nuget.org/packages/DaanV2.NBT.Net/ steps: - name: 📦 Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main - name: 🛠️ Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 7.0.x