Skip to content

Commit

Permalink
⬆️ Updates pwshrc/actions-determine-version action to v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent 92bc671 commit 41f8719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3
- name: Populate GitVersion variables
id: gitversion_vars
uses: pwshrc/[email protected].0
uses: pwshrc/[email protected].5
with:
mode: 'download'
- name: "Get artifact: PSGallery-package"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v3
- name: Populate GitVersion variables
id: gitversion_vars
uses: pwshrc/[email protected].0
uses: pwshrc/[email protected].5
with:
mode: 'download'
- name: "Get artifact: PSGallery-package"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v3
- name: Get GitVersion
id: gitversion_vars
uses: pwshrc/[email protected].0
uses: pwshrc/[email protected].5
with:
mode: 'download'
- name: Get release notes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Populate GitVersion variables
id: gitversion_vars
uses: pwshrc/[email protected].0
uses: pwshrc/[email protected].5
with:
mode: 'upload'

Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3
- name: Populate GitVersion
id: gitversion_vars
uses: pwshrc/[email protected].0
uses: pwshrc/[email protected].5
with:
mode: 'download'
- name: Populate release notes
Expand Down

0 comments on commit 41f8719

Please sign in to comment.