diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75246d5..deef2a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: metadata-file-path: '.github/project.yml' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{secrets.RELEASE_TOKEN}}