Skip to content

Commit

Permalink
raised action versions to v1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlidd authored Oct 9, 2024
1 parent b0dd51b commit 3ca4164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: Create version releases
uses: climpr/semver-release@v0
uses: climpr/semver-release@v1
with:
update-type: ${{ github.event.inputs.update-type }}
label: ${{ github.event.inputs.label }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use this as a step in an existing workflow
# ...
steps:
- name: Install PS Modules
uses: climpr/install-psmodules@v0
uses: climpr/install-psmodules@v1
with:
modules: |
Az.Accounts:2.17.0
Expand Down

0 comments on commit 3ca4164

Please sign in to comment.