From 47f05242d7af4c85348e05e1a95017c04fbb0e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:08:56 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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..3174957 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.2.0 - 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..19f39be 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.2.0 with: ref: ${{ github.head_ref }}