diff --git a/.github/workflows/gerrit-packer-merge.yaml b/.github/workflows/gerrit-packer-merge.yaml index 4cd84eba4b..310ec1faca 100644 --- a/.github/workflows/gerrit-packer-merge.yaml +++ b/.github/workflows/gerrit-packer-merge.yaml @@ -164,7 +164,7 @@ jobs: - name: Checkout repository (scheduled) if: github.event_name == 'schedule' # yamllint disable-line rule:line-length - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: ref: ${{ github.event.repository.default_branch }} submodules: true @@ -412,7 +412,7 @@ jobs: - name: Checkout repository (scheduled) if: github.event_name == 'schedule' # yamllint disable-line rule:line-length - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: ref: ${{ github.event.repository.default_branch }} submodules: true