From 9c21e9367186726c7c3ce4436a19d7b1fbd32407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 19:37:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.5 --- .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 0e435e7..eef63ec 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.1.4 + - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4.0.2 with: node-version: '18.x' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7677b8f..c03f952 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.1.4 + - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4.0.2 with: node-version: ${{ matrix.node }}