From f8a9130208b961a7c6d6d0af618e23629ddb2b52 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 19 Dec 2024 09:12:48 -0800 Subject: [PATCH] Bumping actions/checkout version to v4. RE:#1718 --- .github/workflows/release-part-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-part-1.yml b/.github/workflows/release-part-1.yml index e60ca9cd7..b4d4da38b 100644 --- a/.github/workflows/release-part-1.yml +++ b/.github/workflows/release-part-1.yml @@ -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 }}