Skip to content

Commit

Permalink
🚀 gha: bump gittools/actions from 1.1.1 to 1.2.0 (#751)
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 0fffa88 commit 7afc5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
fetch-depth: 0

- name: "⚙️ Install GitVersion"
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: '5.x'

- name: "⚙️ Execute GitVersion"
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0

- name: "⚙ Display the version"
run: |
Expand Down Expand Up @@ -141,13 +141,13 @@ jobs:
fetch-depth: 0

- name: "⚙️ Install GitVersion"
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: '5.x'

- name: "⚙️ Execute GitVersion"
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0

- name: "⚙ Display the version"
run: |
Expand Down

0 comments on commit 7afc5ee

Please sign in to comment.