Skip to content

Commit

Permalink
Merge pull request #933 from SwedbankPay/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…ttools/actions-3.1.3

Bump gittools/actions from 3.1.1 to 3.1.3
  • Loading branch information
mergify[bot] authored Jan 15, 2025
2 parents ba6e149 + 4498dba commit 34b4adb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
fetch-depth: 0

- uses: gittools/actions/gitversion/[email protected].1
- uses: gittools/actions/gitversion/[email protected].3
with:
versionSpec: '5.x.x'

- id: gitversion
uses: gittools/actions/gitversion/[email protected].1
uses: gittools/actions/gitversion/[email protected].3

- name: Generate variables
id: variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
with:
fetch-depth: 0

- uses: gittools/actions/gitversion/[email protected].1
- uses: gittools/actions/gitversion/[email protected].3
with:
versionSpec: '5.x.x'

- id: gitversion
uses: gittools/actions/gitversion/[email protected].1
uses: gittools/actions/gitversion/[email protected].3

- name: Generate variables
id: variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
with:
fetch-depth: 0

- uses: gittools/actions/gitversion/[email protected].1
- uses: gittools/actions/gitversion/[email protected].3
with:
versionSpec: '5.x.x'

- id: gitversion
uses: gittools/actions/gitversion/[email protected].1
uses: gittools/actions/gitversion/[email protected].3

- name: Generate variables
id: variables
Expand Down

0 comments on commit 34b4adb

Please sign in to comment.