From 3373ba4dd9f655e74645786adec31fd2db051957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:02:55 +0000 Subject: [PATCH] ci(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/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test_run.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e639877..436f468 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: Lint project steps: - name: Checkout sources - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Install node 18 uses: actions/setup-node@v4.0.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05219c1..1532624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: name: Release package steps: - name: Checkout sources - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/test_run.yml b/.github/workflows/test_run.yml index eb98ea2..0057135 100644 --- a/.github/workflows/test_run.yml +++ b/.github/workflows/test_run.yml @@ -19,7 +19,7 @@ jobs: name: Test run steps: - name: Checkout sources - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Install node 18 uses: actions/setup-node@v4.0.2 @@ -67,7 +67,7 @@ jobs: github.event.inputs.update_readme == 'yes' steps: - name: Checkout sources - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: ssh-key: ${{ secrets.DEPLOY_KEY }}