Skip to content

Commit

Permalink
use latest version of GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 9, 2024
1 parent 4b38db5 commit 84c5395
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gittools/actions/gitversion/setup@v1.0.0
- uses: gittools/actions/gitversion/setup@v1.2.0
name: Install GitVersion
with:
versionSpec: '5.x'
includePrerelease: false
- uses: gittools/actions/gitversion/execute@v1.0.0
- uses: gittools/actions/gitversion/execute@v1.2.0
name: Use GitVersion
with:
useConfigFile: true
Expand All @@ -43,12 +43,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gittools/actions/gitversion/setup@v1.0.0
- uses: gittools/actions/gitversion/setup@v1.2.0
name: Install GitVersion
with:
versionSpec: '6.x'
includePrerelease: true
- uses: gittools/actions/gitversion/execute@v1.0.0
- uses: gittools/actions/gitversion/execute@v1.2.0
name: Use GitVersion
with:
useConfigFile: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/different-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gittools/actions/gitversion/setup@v1.0.0
- uses: gittools/actions/gitversion/setup@v1.2.0
name: Install GitVersion
with:
versionSpec: '5.x'
includePrerelease: false
- uses: gittools/actions/gitversion/execute@v1.0.0
- uses: gittools/actions/gitversion/execute@v1.2.0
name: Use GitVersion
with:
useConfigFile: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/same-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gittools/actions/gitversion/setup@v1.0.0
- uses: gittools/actions/gitversion/setup@v1.2.0
name: Install GitVersion
with:
versionSpec: '5.x'
includePrerelease: false
- uses: gittools/actions/gitversion/execute@v1.0.0
- uses: gittools/actions/gitversion/execute@v1.2.0
name: Use GitVersion
with:
useConfigFile: true
Expand Down

0 comments on commit 84c5395

Please sign in to comment.