Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump pwshrc/actions-determine-version from 0.8.0 to 0.8.5 #16

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/actions-determine-version@v0.8.0
uses: pwshrc/actions-determine-version@v0.8.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/actions-determine-version@v0.8.0
uses: pwshrc/actions-determine-version@v0.8.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/actions-determine-version@v0.8.0
uses: pwshrc/actions-determine-version@v0.8.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/actions-determine-version@v0.8.0
uses: pwshrc/actions-determine-version@v0.8.5
with:
mode: 'upload'

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