From 08310e6bf80519c2f5d363934747c195e005909b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:06:13 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...ac593985615ec2ede58e132d2e21d2b1cbd6127c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 f4463dda..6f5bfe5f 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout exercism/nim - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Nim (devel) if: matrix.nim == 'devel' diff --git a/.github/workflows/lint-whitespace.yml b/.github/workflows/lint-whitespace.yml index d0715363..05a702f6 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - 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 888f9548..ed7420da 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run markdownlint uses: DavidAnson/markdownlint-cli2-action@d57f8bd57670b9c1deedf71219dd494614ff3335 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 836c6882..3cfa05ed 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run shellcheck uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 7f4d83d3..c43e07da 100644 --- a/.github/workflows/uuids.yml +++ b/.github/workflows/uuids.yml @@ -8,7 +8,7 @@ jobs: NIM_VERSION: '1.6.10' steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Get the versions of the installed GCC and OpenSSL run: |