From be917395d2083d41f0e5237972aee73e69eaa39c Mon Sep 17 00:00:00 2001 From: Ethan Turner Date: Tue, 20 Aug 2024 18:17:56 -0700 Subject: [PATCH] ci: use actions@v4 in release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e659afd..6e957ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: newVersion: ${{ steps.semver.outputs.new_release_version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - name: semantic-release