Skip to content

Commit

Permalink
Bumping checkout to v4 in release part 2. RE:natcap#1718
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Dec 19, 2024
1 parent f8a9130 commit 40c2d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-part-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: startsWith(github.head_ref, 'autorelease') && github.event.pull_request.merged != true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract version from autorelease branch name
run: echo "VERSION=$(echo ${{ github.head_ref }} | cut -c 13-)" >> $GITHUB_ENV
Expand All @@ -39,7 +39,7 @@ jobs:
if: ${{ ! github.head_ref || (startsWith(github.head_ref, 'autorelease') && github.event.pull_request.merged == true) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: pip install twine
Expand Down

0 comments on commit 40c2d8d

Please sign in to comment.