From bded8f2840cbfc328ba00fda6f26d001c6ed9b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 12:55:39 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 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] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec407a3..950a2b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Install Pandoc uses: r-lib/actions/setup-pandoc@v2.9.0 @@ -26,7 +26,7 @@ jobs: pandoc-version: 3.1.6.1 - name: Get Bats repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: repository: bats-core/bats-core ref: v1.11.0