From 38bf1d6e70daf5d66d674c009d9dd29c07942cbf Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Fri, 14 Feb 2025 15:30:56 -0800 Subject: [PATCH] chore: update authorize action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 573d1b4..5d13d17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ${{ github.actor }} permission check to do a release - uses: octokit/request-action@v2.0.0 + uses: octokit/request-action@v2.4.0 with: route: GET /repos/:repository/collaborators/${{ github.actor }} repository: ${{ github.repository }}