From 9b22f2eb6c2ac9a6bae51ee703bfbfe1b44473a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:42:27 +0000 Subject: [PATCH] [0.4.x] Actions(deps): Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/enforce-copies-of-help-output-in-sync.yml | 2 +- .github/workflows/linux_and_macos.yml | 2 +- .github/workflows/translations.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ea0dbffc..b9549839 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install build dependencies run: | diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index d42a60f0..878c768d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: '[LV] Run autoreconf' run: |- diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index e53f2a29..5f9f5e0c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: '[LV] Run autoreconf' run: |-