From af4defbd732ae5e0803e6adace0c05b2d0863a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:03:12 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2 to 3.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/player_state_api.yaml | 2 +- .github/workflows/world_events_engine.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/player_state_api.yaml b/.github/workflows/player_state_api.yaml index 1ccc814..4ab1841 100644 --- a/.github/workflows/player_state_api.yaml +++ b/.github/workflows/player_state_api.yaml @@ -22,7 +22,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: 6.0.x - name: "Build dotnet" diff --git a/.github/workflows/world_events_engine.yaml b/.github/workflows/world_events_engine.yaml index bf8c90b..22e2da9 100644 --- a/.github/workflows/world_events_engine.yaml +++ b/.github/workflows/world_events_engine.yaml @@ -22,7 +22,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: 6.0.x - name: "Build dotnet"