Skip to content

Commit

Permalink
use gittools/actions/gitversion/setup@main
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 12, 2024
1 parent 9a9aebb commit cfd05ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/checkout-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: checkout-path
on:
push:
branches:
- checkout
- main

pull_request:
branches:
- checkout
- main
workflow_dispatch:

defaults:
Expand All @@ -25,14 +25,13 @@ jobs:
fetch-depth: 0

- name: Install GitVersion
uses: arturcic/gittools-actions/gitversion/setup@checkout
uses: gittools/actions/gitversion/setup@main
with:
versionSpec: '5.x'
preferLatestVersion: true

- name: Determine version
id: gitversion
uses: arturcic/gittools-actions/gitversion/execute@checkout
uses: gittools/actions/gitversion/execute@main
with:
targetPath: gv-repo

Expand Down

0 comments on commit cfd05ca

Please sign in to comment.