aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dotnet.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-04 06:56:06 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-09-04 06:56:16 +0000
commit567274e5356a5a58432949feafb4f968e61f6000 (patch)
tree8ca4251019b336477e851768b20c87c5917f53e5 /.github/workflows/dotnet.yml
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-567274e5356a5a58432949feafb4f968e61f6000.tar
locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.gz
locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.bz2
locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.lz
locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.xz
locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.zst
locusts-567274e5356a5a58432949feafb4f968e61f6000.zip
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `hadolint/hadolint-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0) Updates `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: hadolint/hadolint-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/dotnet.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index d4ff922..82a6a9d 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Setup .NET
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
- name: Install dependencies
run: dotnet restore
- name: Lint
@@ -49,7 +49,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
with:
source-url: https://nuget.pkg.github.com/locusts-r-us/index.json
env:
@@ -73,7 +73,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Install dependencies