Skip to content

Commit 485b4ee

Browse files
authored
Merge pull request #326 from SwedbankPay/dependabot/github_actions/gittools/actions-0.9.15
Bump gittools/actions from 0.9.14 to 0.9.15
2 parents 859d1c9 + 7c2f3f9 commit 485b4ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: gittools/actions/gitversion/[email protected].14
30+
- uses: gittools/actions/gitversion/[email protected].15
3131
with:
3232
versionSpec: "5.x.x"
3333

3434
- id: gitversion
35-
uses: gittools/actions/gitversion/[email protected].14
35+
uses: gittools/actions/gitversion/[email protected].15
3636

3737
- name: Generate variables
3838
id: variables

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23-
- uses: gittools/actions/gitversion/[email protected].14
23+
- uses: gittools/actions/gitversion/[email protected].15
2424
with:
2525
versionSpec: "5.x.x"
2626
- id: gitversion
27-
uses: gittools/actions/gitversion/[email protected].14
27+
uses: gittools/actions/gitversion/[email protected].15
2828
- id: variables
2929
env:
3030
GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)