From 7fbc3ac924416aa92daf4b4b8a1d2ff687eebd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:36:59 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 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.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/configuration-tester.yaml | 2 +- .github/workflows/deno-ci.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/configuration-tester.yaml b/.github/workflows/configuration-tester.yaml index 7ac3117..97c9957 100644 --- a/.github/workflows/configuration-tester.yaml +++ b/.github/workflows/configuration-tester.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout repo - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Setup Deno uses: denoland/setup-deno@v1.1.4 with: diff --git a/.github/workflows/deno-ci.yaml b/.github/workflows/deno-ci.yaml index ccc12b2..862e1eb 100644 --- a/.github/workflows/deno-ci.yaml +++ b/.github/workflows/deno-ci.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout repo - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Setup Deno uses: denoland/setup-deno@v1.1.4 with: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 838b59e..02f21a1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: setup get-diff-action uses: technote-space/get-diff-action@v6.1.2 - name: Run secretlint command on docker