diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5939827..109ff46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Determine remote default branch - uses: actions/github-script@v3.0.0 + uses: actions/github-script@v6.2.0 id: remote_default_branch with: github-token: ${{secrets.GITHUB_TOKEN}}