Skip to content

Commit be52aa1

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [nuget/setup-nuget](https://github.com/nuget/setup-nuget) and [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `dependabot/fetch-metadata` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.5.0...v3.0.0) Updates `nuget/setup-nuget` from 2 to 3 - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](NuGet/setup-nuget@v2...v3) Updates `pnpm/action-setup` from 4 to 5 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v5) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nuget/setup-nuget dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup 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>
1 parent e3eb007 commit be52aa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Dependabot metadata
3535
id: metadata
36-
uses: dependabot/fetch-metadata@v2.5.0
36+
uses: dependabot/fetch-metadata@v3.0.0
3737
with:
3838
github-token: "${{ secrets.GITHUB_TOKEN }}"
3939

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python -m pip install pipenv poetry
3737

3838
- name: Install NuGet
39-
uses: nuget/setup-nuget@v2
39+
uses: nuget/setup-nuget@v3
4040
with:
4141
nuget-version: 6.x
4242

@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: "6.x"
4747

4848
- name: Install pnpm
49-
uses: pnpm/action-setup@v4
49+
uses: pnpm/action-setup@v5
5050
with:
5151
version: 9
5252

0 commit comments

Comments
 (0)