diff --git a/.github/workflows/checkpatch.yaml b/.github/workflows/checkpatch.yaml index 8c9bf3b5..37373acd 100644 --- a/.github/workflows/checkpatch.yaml +++ b/.github/workflows/checkpatch.yaml @@ -15,7 +15,7 @@ jobs: checkpatch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/publish-docker-tester.yml b/.github/workflows/publish-docker-tester.yml index ac04c3cc..d6300d9f 100644 --- a/.github/workflows/publish-docker-tester.yml +++ b/.github/workflows/publish-docker-tester.yml @@ -24,7 +24,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'release' && github.ref || github.event_name == 'push' && github.ref || github.event_name == 'pull_request' && github.event.pull_request.head.ref }} fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: for i in $(docker ps -q); do docker stop $i; done # dpservice-go tests - name: Run checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.DOCKER_IMAGE_SHA }} - name: Run dpservice diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index e5ce4b5f..9127af55 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 90 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: docker/metadata-action@v6 id: meta