diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 636298e..94558ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,12 +35,12 @@ jobs: steps: - name: Clone repository if: ${{ github.event_name != 'pull_request_target' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Allow "dependabot[bot]" to verify its changes with access to secrets and modified code. - name: Clone repository for Dependabot if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} @@ -82,12 +82,12 @@ jobs: steps: - name: Clone repository if: ${{ github.event_name != 'pull_request_target' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Allow "dependabot[bot]" to verify its changes with access to secrets and modified code. - name: Clone repository for Dependabot if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} @@ -153,7 +153,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download release artifacts uses: actions/download-artifact@v3