From 75ab62006505444d8cb59966826f37c7dc984cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 13:18:00 +0200 Subject: [PATCH] .github: bump actions/checkout from 4.1.0 to 4.1.4 (#872) See the changelog [1] and new commits [2] [1] https://github.com/actions/checkout/blob/v4.1.4/CHANGELOG.md [2] https://github.com/actions/checkout/compare/8ade135a41bc...0ad4b8fadaa2 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/fetch-configlet.yml | 2 +- .github/workflows/lint-whitespace.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/tests.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64dfdb22..ac3a0bfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 # Allows using `git log` to set initial release notes. @@ -47,7 +47,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: On Linux, install musl if: matrix.os == 'linux' @@ -96,7 +96,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Install Nim uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9 @@ -124,7 +124,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Install minisign run: ./.github/bin/linux-install-minisign diff --git a/.github/workflows/fetch-configlet.yml b/.github/workflows/fetch-configlet.yml index 54f1ddb3..cfa51fca 100644 --- a/.github/workflows/fetch-configlet.yml +++ b/.github/workflows/fetch-configlet.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Run fetch-configlet shell: bash diff --git a/.github/workflows/lint-whitespace.yml b/.github/workflows/lint-whitespace.yml index 76fb1852..92650848 100644 --- a/.github/workflows/lint-whitespace.yml +++ b/.github/workflows/lint-whitespace.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Check that every file has no trailing whitespace, and exactly one final newline run: ./.github/bin/lint-whitespace diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 627a7e1a..e244d71f 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Run markdownlint uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 41daf2c0..bd2045b9 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Run shellcheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02118527..ebc5e0d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Configure the git user # Required to create a commit in our binary tests run: |