Skip to content

Commit

Permalink
Merge pull request #202 from Axway/APIGOV-27346
Browse files Browse the repository at this point in the history
APIGOV-27346 - update deprecated actions
  • Loading branch information
dfeldick authored Feb 29, 2024
2 parents 0a975d4 + 0bd94af commit 96ffe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fully-automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6
with:
branch: APIGOV-UpdateSDK
commit-message: 'Update to SDK ${{ env.SDK_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Export SDK Version # exports the SDK_VERSION to be used by the goreleaser
run: echo "SDK_VERSION=$(make sdk-version)" >> $GITHUB_ENV
- name: Discovery Release
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v5
with:
args: release -f .goreleaser-da.yml
env:
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Export SDK Version # exports the SDK_VERSION to be used by the goreleaser
run: echo "SDK_VERSION=$(make sdk-version)" >> $GITHUB_ENV
- name: Traceability Release
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v5
with:
args: release -f .goreleaser-ta.yml
env:
Expand Down

0 comments on commit 96ffe7b

Please sign in to comment.