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 06c308a0..6adfc0c5 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Install build dependencies run: | diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index fc98c9bb..8e481d6b 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: '[LV] Run autoreconf' run: |- diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 8fec39a7..ae4fa848 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: '[LV] Run autoreconf' run: |-