Skip to content

Commit

Permalink
chore: upgrade release utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jul 2, 2024
1 parent a9543fb commit bd78754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
credentials: ${{ format('https://x-access-token:{0}@github.com/', secrets.GIT_BOT_TOKEN) }}
- id: prep
name: next release version
uses: jenkins-x-plugins/jx-release-version@v2.4.13
uses: jenkins-x-plugins/jx-release-version@v2.7.3
- env:
VERSION: ${{ steps.prep.outputs.version }}
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
VERSION: ${{ steps.prep.outputs.version}}
XDG_CONFIG_HOME: /github/home/.config
name: updatebot
uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.1.3
uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.4.22
with:
args: pr --git-credentials

Expand Down

0 comments on commit bd78754

Please sign in to comment.