diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index d297589..e6ba0bb 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 10 ref: ${{ github.event.pull_request.head.sha || github.sha }}