From 0144d28962b6dcaa9f88ed27b583f91c88ce6ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:43:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.1 --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7151da6..042eaed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Cache node modules uses: actions/cache@v4.1.0 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 905dd2f..6ce1279 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: node: [ '18' ] name: Node ${{ matrix.node }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Cache node modules uses: actions/cache@v4.1.0 with: