From fd1c2be039c184ec3f69a944df3bb07998ac740e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:12:15 +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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a49324b..9d3b859 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: - name: "Checkout the repository" - uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4 - name: "Setup Pythons" uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 @@ -103,7 +103,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: - name: "Checkout the repository" - uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4 - name: "Test: Disable output file" uses: "./"