diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b7edee..ed92f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - name: Checkout commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} @@ -66,7 +66,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} @@ -113,7 +113,7 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') steps: - name: Checkout commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Sanity check for tag and version run: |