Skip to content

Commit

Permalink
🔀 Merge pull request #21 from bagg3rs/bagg3rs-patch-1
Browse files Browse the repository at this point in the history
⬆️ Update actions
  • Loading branch information
bagg3rs authored Mar 18, 2024
2 parents 7bea248 + 12efe07 commit ef0c0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
updateSwagger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #4.1.2
- name: Get Latest Swagger UI Release
id: swagger-ui
run: |
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
# Update current release
echo ${{ steps.swagger-ui.outputs.release_tag }} > swagger-ui.version
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e #6.0.2
with:
commit-message: Update swagger-ui to ${{ steps.swagger-ui.outputs.release_tag }}
title: Update SwaggerUI to ${{ steps.swagger-ui.outputs.release_tag }}
Expand Down

0 comments on commit ef0c0dd

Please sign in to comment.