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 3e2ffcef..9c868d24 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Install build dependencies run: | diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 4eeb3dd5..f91cc6b1 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -107,7 +107,7 @@ jobs: echo "LV_INSTALL_PREFIX=${HOME}/.local" >> "${GITHUB_ENV}" - name: Checkout Git branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: '[LV] Run autoreconf' run: |- diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 970938f5..bb65d555 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -43,7 +43,7 @@ jobs: pkg-config - name: Checkout Git branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: '[LV] Run autoreconf' run: |-