From 4c3ddc2e970aa4b70dde0e53c6cc0936a4127f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:56:19 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [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.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ReactTester.yml | 2 +- .github/workflows/sayhello.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ReactTester.yml b/.github/workflows/ReactTester.yml index 7f738ba..195ab75 100644 --- a/.github/workflows/ReactTester.yml +++ b/.github/workflows/ReactTester.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout 😉🚦 - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 - name: Use Node.js 18.x 🧑‍🔧 uses: actions/setup-node@v4.0.0 diff --git a/.github/workflows/sayhello.yml b/.github/workflows/sayhello.yml index e4099d8..a2b61a5 100644 --- a/.github/workflows/sayhello.yml +++ b/.github/workflows/sayhello.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout ☑️🚦 - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }}