Skip to content

Commit

Permalink
update deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
kolosovpetro committed Sep 25, 2024
1 parent a5b97e5 commit 1a730e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-deploy-pdf-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ jobs:
fetch-depth: 0

- name: '⬇️ Install GitVersion ⬇️'
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '5.x'
preferLatestVersion: true

- name: '🤔 Determine Version 🤔'
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v3.0.0
with:
useConfigFile: true

- name: '📜 Print Version 📜'
run: |
Expand Down

0 comments on commit 1a730e1

Please sign in to comment.