diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ef90428..7b6f61d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npm ci @@ -28,7 +28,7 @@ jobs: FIXTURES_GIT_REPO: ${{ format('{0}/{1}', github.server_url, github.event.pull_request.head.repo.full_name || github.repository) }} FIXTURES_GIT_REF: ${{ github.head_ref || github.ref_name }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: azure/setup-helm@v3.4 with: @@ -61,7 +61,7 @@ jobs: concurrency: group: release-${{ github.ref }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ github.token }}