diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index d297589..ef4d7ca 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -48,7 +48,7 @@ jobs: - name: 'Checkout repository' # yamllint disable-line rule:line-length - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 10 ref: ${{ github.event.pull_request.head.sha || github.sha }}