Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-determine-version from 0.8.0 to 0.8.5
Browse files Browse the repository at this point in the history
Bumps [pwshrc/actions-determine-version](https://github.com/pwshrc/actions-determine-version) from 0.8.0 to 0.8.5.
- [Release notes](https://github.com/pwshrc/actions-determine-version/releases)
- [Commits](pwshrc/actions-determine-version@v0.8.0...v0.8.5)

---
updated-dependencies:
- dependency-name: pwshrc/actions-determine-version
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 31, 2023
1 parent b913bf8 commit 03c349e
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 03c349e

Please sign in to comment.