From b8b24a0a7db44675f18eb8601f5795ba472fa939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:22:36 +0000 Subject: [PATCH] Bump actions/checkout in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.2 to 4.1.7 - [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/v4.1.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c40aa08..38e59fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-node@v4 - run: npm ci - run: npm run lint @@ -17,7 +17,7 @@ jobs: name: All formats runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.7 - name: Use local version of Action uses: ./ # Run shellcheck and expect it to fail wit exit code 1 @@ -32,7 +32,7 @@ jobs: matrix: format: [ gcc, tty ] steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.7 - name: Use local version of Action uses: ./ with: