From 1d67d6a09429dee5789268d6b00fb3a9b20bfd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:08:59 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-obfuscator-cli.yml | 2 +- .github/workflows/ci-obfuscator-common.yml | 2 +- .github/workflows/ci-obfuscator.yml | 2 +- .github/workflows/release-obfuscator-cli.yml | 2 +- .github/workflows/release-obfuscator-common.yml | 2 +- .github/workflows/release-obfuscator.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-obfuscator-cli.yml b/.github/workflows/ci-obfuscator-cli.yml index b295a3f..3f06967 100644 --- a/.github/workflows/ci-obfuscator-cli.yml +++ b/.github/workflows/ci-obfuscator-cli.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 6.0.x diff --git a/.github/workflows/ci-obfuscator-common.yml b/.github/workflows/ci-obfuscator-common.yml index ec336a0..fc9dc7d 100644 --- a/.github/workflows/ci-obfuscator-common.yml +++ b/.github/workflows/ci-obfuscator-common.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: global-json-file: global.json - name: restore diff --git a/.github/workflows/ci-obfuscator.yml b/.github/workflows/ci-obfuscator.yml index 1d8cbea..7007c53 100644 --- a/.github/workflows/ci-obfuscator.yml +++ b/.github/workflows/ci-obfuscator.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 6.0.x diff --git a/.github/workflows/release-obfuscator-cli.yml b/.github/workflows/release-obfuscator-cli.yml index 7a2989c..a069ee7 100644 --- a/.github/workflows/release-obfuscator-cli.yml +++ b/.github/workflows/release-obfuscator-cli.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: global-json-file: global.json - name: nbgv diff --git a/.github/workflows/release-obfuscator-common.yml b/.github/workflows/release-obfuscator-common.yml index 697ad83..1e01924 100644 --- a/.github/workflows/release-obfuscator-common.yml +++ b/.github/workflows/release-obfuscator-common.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: global-json-file: global.json - name: nbgv diff --git a/.github/workflows/release-obfuscator.yml b/.github/workflows/release-obfuscator.yml index 6ab725d..9f67743 100644 --- a/.github/workflows/release-obfuscator.yml +++ b/.github/workflows/release-obfuscator.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: global-json-file: global.json - name: nbgv