Skip to content

Commit 1024dee

Browse files
authored
Merge pull request #1719 from phargogh/task/1718-invest-3.14.3-release
Bumping actions/checkout version to v4. RE:#1718
2 parents f3c2a55 + 40c2d8d commit 1024dee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-part-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
start-release:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
token: ${{ secrets.AUTORELEASE_BOT_PAT }}
2424

.github/workflows/release-part-2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: startsWith(github.head_ref, 'autorelease') && github.event.pull_request.merged != true
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

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

4444
- name: Install dependencies
4545
run: pip install twine

0 commit comments

Comments
 (0)