From 4579151c52fa7d9d771d3533315da606d9288596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:27:59 +0000 Subject: [PATCH] [0.4.x] Actions(deps): Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 fba9b03d..6c733ba4 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Install build dependencies run: | diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 5fcb65ba..0c451aa4 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -122,7 +122,7 @@ jobs: echo "LV_INSTALL_PREFIX=${HOME}/.local" >> "${GITHUB_ENV}" - name: Checkout Git branch - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: '[LV] Run autoreconf' run: |- diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index d74bbff2..4b59eccf 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: '[LV] Run autoreconf' run: |-