Skip to content

Commit abec491

Browse files
Bump the github-actions group across 1 directory with 5 updates (#3524)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `3.0.0` | `3.1.0` | | [jfrog/frogbot](https://github.com/jfrog/frogbot) | `2` | `3` | | [nuget/setup-nuget](https://github.com/nuget/setup-nuget) | `3` | `4` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `5` | `7` | Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `dependabot/fetch-metadata` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v3.0.0...v3.1.0) Updates `jfrog/frogbot` from 2 to 3 - [Release notes](https://github.com/jfrog/frogbot/releases) - [Commits](jfrog/frogbot@v2...v3) Updates `nuget/setup-nuget` from 3 to 4 - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](NuGet/setup-nuget@v3...v4) Updates `astral-sh/setup-uv` from 5 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dependabot/fetch-metadata dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: jfrog/frogbot dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nuget/setup-nuget dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0131a67 commit abec491

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

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

2828
- name: Dependabot metadata
2929
id: metadata
30-
uses: dependabot/fetch-metadata@v3.0.0
30+
uses: dependabot/fetch-metadata@v3.1.0
3131
with:
3232
github-token: "${{ secrets.GITHUB_TOKEN }}"
3333

.github/workflows/frogbot-scan-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525

26-
- uses: jfrog/frogbot@v2
26+
- uses: jfrog/frogbot@v3
2727
env:
2828
JFROG_CLI_LOG_LEVEL: "DEBUG"
2929

.github/workflows/nugetTests.yml

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

7474
- name: Install NuGet
7575
if: matrix.os.name != 'macos'
76-
uses: nuget/setup-nuget@v3
76+
uses: nuget/setup-nuget@v4
7777
with:
7878
nuget-version: "6.x"
7979

.github/workflows/uvTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2626

@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Setup UV
39-
uses: astral-sh/setup-uv@v5
39+
uses: astral-sh/setup-uv@v7
4040
with:
4141
version: ${{ matrix.uv-version }}
4242

0 commit comments

Comments
 (0)