Skip to content

Commit b8b8b6a

Browse files
deps(deps): bump the github-actions-version-updates group across 1 directory with 3 updates (#123)
Bumps the github-actions-version-updates group with 3 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [gittools/actions/gitversion/setup](https://github.com/gittools/actions) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/setup-dotnet` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@9a946fd...26b0ec1) Updates `gittools/actions/gitversion/setup` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@bc6623a...03e8e09) Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates - dependency-name: gittools/actions/gitversion/setup dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e0b218 commit b8b8b6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup .NET 10
25-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
25+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
2626
with:
2727
dotnet-version: 10.x
2828

@@ -68,12 +68,12 @@ jobs:
6868
fetch-depth: 0
6969

7070
- name: Setup .NET 10
71-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
71+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
7272
with:
7373
dotnet-version: 10.x
7474

7575
- name: Install GitVersion
76-
uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0
76+
uses: gittools/actions/gitversion/setup@03e8e0922292bf0491859846a823b253d8dd06ce # v4.6.0
7777
with:
7878
versionSpec: '6.7.x'
7979

@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Build and push Docker image
207207
id: push
208-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
208+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
209209
with:
210210
context: ./src/FrontierSharp.CommandLine
211211
push: true

0 commit comments

Comments
 (0)