From ee99457e1ed087faedbb40abe7b1b1a8cd05a703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:50:16 -0400 Subject: [PATCH] .github: Bump actions/checkout from 4.1.1 to 4.2.0 (#603) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.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/b4ffde65f46336ab88eb53be808477a3936bae11...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/exercises.yml | 2 +- .github/workflows/lint-whitespace.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/uuids.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 670d56e4..57f96b34 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout exercism/nim - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Install Nim (devel) if: matrix.nim == 'devel' diff --git a/.github/workflows/lint-whitespace.yml b/.github/workflows/lint-whitespace.yml index 08007d3d..9fa1012f 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - 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 63cfea5a..15c842f4 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run markdownlint uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 4db172c1..44e3ede7 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run shellcheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 699f2a05..f872bc76 100644 --- a/.github/workflows/uuids.yml +++ b/.github/workflows/uuids.yml @@ -8,7 +8,7 @@ jobs: NIM_VERSION: '2.0.0' steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Get the versions of the installed GCC and OpenSSL run: |