From 349ba908fbc5efea0a1d4916d6309f12aefeb7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:00:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [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.3) --- 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 ef986ec..ae3a21b 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.2 + uses: actions/checkout@v4.1.3 - 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 031f522..1f97aaf 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.2 + uses: actions/checkout@v4.1.3 - name: Setup Deno uses: denoland/setup-deno@v1.1.4 with: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 44ce0ac..2d1d86c 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.2 + uses: actions/checkout@v4.1.3 - name: setup get-diff-action uses: technote-space/get-diff-action@v6.1.2 - name: Run secretlint command on docker