From 15f1c51ccb3314493bbc12d211d9a00b95cfeb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:54:09 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 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/v4.1.3...v4.1.4) --- 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 ae3a21b..42deda4 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.3 + uses: actions/checkout@v4.1.4 - 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 1f97aaf..9713510 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.3 + uses: actions/checkout@v4.1.4 - name: Setup Deno uses: denoland/setup-deno@v1.1.4 with: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2d1d86c..faf4889 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.3 + uses: actions/checkout@v4.1.4 - name: setup get-diff-action uses: technote-space/get-diff-action@v6.1.2 - name: Run secretlint command on docker