From 3ca416450142c60b78267d40395c13ffc7f83334 Mon Sep 17 00:00:00 2001 From: ewlidd <14161942+ewlidd@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:33:17 +0200 Subject: [PATCH] raised action versions to v1 (#2) --- .github/workflows/release-version.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-version.yaml b/.github/workflows/release-version.yaml index 2d889f0..17c436b 100644 --- a/.github/workflows/release-version.yaml +++ b/.github/workflows/release-version.yaml @@ -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 }} diff --git a/README.md b/README.md index abc5d87..a00ad75 100644 --- a/README.md +++ b/README.md @@ -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