diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd7f082..5d25251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: contents: write steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main token: ${{ secrets.GITHUB_TOKEN }}