From 291457dc6ed87d20a34074c07ced8d948f38837a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:43:07 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.2 to 4.1.4 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.2 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/9bb56186c3b09b4f86b1c65136769dd318469633...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... 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 b921f173..db452cb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4 - name: "Setup Python" id: "setup-python" @@ -129,7 +129,7 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4 - name: "Setup Python" id: "setup-python"