Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 14, 2023
1 parent c195ce4 commit ec1ae9e
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/actions-determine-version@v0.8.6
uses: pwshrc/actions-determine-version@v0.8.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/actions-determine-version@v0.8.6
uses: pwshrc/actions-determine-version@v0.8.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/actions-determine-version@v0.8.6
uses: pwshrc/actions-determine-version@v0.8.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/actions-determine-version@v0.8.6
uses: pwshrc/actions-determine-version@v0.8.7
with:
mode: 'upload'

Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4
- name: Populate GitVersion
id: gitversion_vars
uses: pwshrc/actions-determine-version@v0.8.6
uses: pwshrc/actions-determine-version@v0.8.7
with:
mode: 'download'
- name: Populate release notes
Expand Down

0 comments on commit ec1ae9e

Please sign in to comment.