Skip to content

Commit

Permalink
Merge pull request #1719 from phargogh/task/1718-invest-3.14.3-release
Browse files Browse the repository at this point in the history
Bumping actions/checkout version to v4. RE:#1718
  • Loading branch information
emlys authored Dec 19, 2024
2 parents f3c2a55 + 40c2d8d commit 1024dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-part-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
start-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.AUTORELEASE_BOT_PAT }}

Expand Down
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 1024dee

Please sign in to comment.