Skip to content

Commit

Permalink
Merge pull request #24 from DFE-Digital/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…tools/actions-3.0.1

[github-action] Bump gittools/actions from 3.0.0 to 3.0.1
  • Loading branch information
CathLass authored Nov 20, 2024
2 parents 0d20de6 + 23f735e commit 6dd4bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
dotnet-version: 8.0.x

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].1
with:
versionSpec: '6.x'

- name: Determine generated version number
id: version_step # step id used as reference for output values
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].1

- name: Determine version number to use
run: |
Expand Down

0 comments on commit 6dd4bbc

Please sign in to comment.