Skip to content

Commit f35f405

Browse files
committed
Updated more actions
1 parent d2bbde5 commit f35f405

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
username: ${{ secrets.DOCKERHUB_SAMPLES_USERNAME }}
2424
password: ${{ secrets.DOCKERHUB_SAMPLES_PASSWORD }}
2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v0.9.14
26+
uses: gittools/actions/gitversion/setup@v4.1.0
2727
with:
28-
versionSpec: 5.x
28+
versionSpec: '6.3.x'
2929
- id: determine_version
3030
name: Determine Version
31-
uses: gittools/actions/gitversion/execute@v0.9.14
31+
uses: gittools/actions/gitversion/execute@v4.1.0
3232
with:
3333
additionalArguments: /overrideconfig mode=Mainline
3434
- name: Install Octopus Deploy CLI

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
dotnet-version: |-
3131
8.0.x
3232
- name: Install GitVersion
33-
uses: gittools/actions/gitversion/setup@v0.9.14
33+
uses: gittools/actions/gitversion/setup@v4.1.0
3434
with:
35-
versionSpec: 5.x
35+
versionSpec: '6.3.x'
3636
- id: determine_version
3737
name: Determine Version
38-
uses: gittools/actions/gitversion/execute@v0.9.14
38+
uses: gittools/actions/gitversion/execute@v4.1.0
3939
with:
4040
additionalArguments: /overrideconfig mode=Mainline
4141
- name: Install Octopus Deploy CLI

0 commit comments

Comments
 (0)