From 00d93088daa22b860ec80bdc5c32dcd187fa153e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:16:09 -0700 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 (#19) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/regenerate.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regenerate.yml b/.github/workflows/regenerate.yml index b37a990..7661bc2 100644 --- a/.github/workflows/regenerate.yml +++ b/.github/workflows/regenerate.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: regenerate dist/index.js run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2317a5..a0dcf40 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out source code... - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Running first test... uses: ./