Skip to content

Commit

Permalink
🚀 gha: bump gittools/actions from 3.1.1 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/gittools/actions/releases)
- [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml)
- [Commits](GitTools/actions@v3.1.1...v3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 442a0f6 commit b95f710
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@v3.1.1
uses: gittools/actions/gitversion/execute@v3.1.3

- 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@v3.1.1
uses: gittools/actions/gitversion/setup@v3.1.3
with:
versionSpec: "5.x"

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

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

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

0 comments on commit b95f710

Please sign in to comment.