From 40c2d8de8cde9b55492cdcadf3600f7f5d44ef28 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 19 Dec 2024 09:17:21 -0800 Subject: [PATCH] Bumping checkout to v4 in release part 2. RE:#1718 --- .github/workflows/release-part-2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-part-2.yml b/.github/workflows/release-part-2.yml index 969ab19b3..3c8aa4a25 100644 --- a/.github/workflows/release-part-2.yml +++ b/.github/workflows/release-part-2.yml @@ -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 @@ -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