Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-determine-version from 0.8.6 to 0.8.7
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.6 to 0.8.7.
- [Release notes](https://github.com/pwshrc/actions-determine-version/releases)
- [Commits](pwshrc/actions-determine-version@v0.8.6...v0.8.7)

---
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 Nov 14, 2023
1 parent 78f23bd commit 09a55a6
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@v4
- name: Populate GitVersion variables
id: gitversion_vars
uses: pwshrc/[email protected].6
uses: pwshrc/[email protected].7
with:
mode: 'download'
- name: "Get artifact: PSGallery-package"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v4
- name: Populate GitVersion variables
id: gitversion_vars
uses: pwshrc/[email protected].6
uses: pwshrc/[email protected].7
with:
mode: 'download'
- name: "Get artifact: PSGallery-package"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v4
- name: Get GitVersion
id: gitversion_vars
uses: pwshrc/[email protected].6
uses: pwshrc/[email protected].7
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].6
uses: pwshrc/[email protected].7
with:
mode: 'upload'

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

0 comments on commit 09a55a6

Please sign in to comment.