Skip to content

Commit

Permalink
apply workflow suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent 7cd6b9a commit cc60fe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ on:

jobs:
update-version:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Run bump-versions.sh
run: |
chmod +x .github/workflows/scripts/bump-versions.sh && \
args=""
if [ "${{ github.event.inputs.create_pr }}" = "true" ]; then
args="--commit --pull-request"
Expand Down

0 comments on commit cc60fe8

Please sign in to comment.