Skip to content

Commit

Permalink
🚀 gha: bump gittools/actions from 0.10.2 to 1.2.0 (#633)
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10.2 to 1.2.0.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v0.10.2...v1.2.0)

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

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 62fc28f commit c014c8b
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 @@ -50,7 +50,7 @@ jobs:

- name: "⚙️ Install GitVersion"
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v1.2.0

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

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

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

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

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

0 comments on commit c014c8b

Please sign in to comment.