From 67ba74a64d0834a5f8faca42db63f29f1fa6eacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:11:24 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.0 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.4. - [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/8ade135a41bc03ea155e62e844d188df1ea18608...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/lint_dockerfile.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e275b8d..aed0c72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # Our tests require Nim to be installed to `/nim` because some error messages contain # e.g. `/nim/lib/pure/unittest.nim(654)`. @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Download all `exercism/nim` exercises run: git clone --depth 1 https://github.com/exercism/nim.git @@ -72,7 +72,7 @@ jobs: # Fail if the output JSON is not as expected. diff results.json expected_results.json - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: repository: 'ynfle/diff' ref: 'ae470e7702fd07a6ea850b2a6f2de701130fa048' diff --git a/.github/workflows/lint_dockerfile.yml b/.github/workflows/lint_dockerfile.yml index 507d1d3..4f9b2c3 100644 --- a/.github/workflows/lint_dockerfile.yml +++ b/.github/workflows/lint_dockerfile.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Run hadolint uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 0a08119..f4635c7 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