Skip to content

Commit

Permalink
build(deps): bump gittools/actions in the all-dependencies group (#17)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 1 update: [gittools/actions](https://github.com/gittools/actions).


Updates `gittools/actions` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 425f341 commit eb1256e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
dotnet-version: '8.x'

- name: tools - gitversion - install
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: '5.x'
preferLatestVersion: true

- name: tools - gitversion - execute
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0
with:
useConfigFile: true
configFilePath: GitVersion.yaml
Expand Down

0 comments on commit eb1256e

Please sign in to comment.