diff --git a/.github/workflows/enforce-copies-of-help-output-in-sync.yml b/.github/workflows/enforce-copies-of-help-output-in-sync.yml index 406dda37..ea0dbffc 100644 --- a/.github/workflows/enforce-copies-of-help-output-in-sync.yml +++ b/.github/workflows/enforce-copies-of-help-output-in-sync.yml @@ -29,7 +29,7 @@ jobs: name: Check if copies of --help output are in sync runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install build dependencies run: | diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 082c5796..87ba219b 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -106,7 +106,7 @@ jobs: echo "LV_INSTALL_PREFIX=${HOME}/.local" >> "${GITHUB_ENV}" - name: Checkout Git branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: '[LV] Run autoreconf' run: |- diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 8ca39140..e53f2a29 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -42,7 +42,7 @@ jobs: pkg-config - name: Checkout Git branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: '[LV] Run autoreconf' run: |-