From e352842bde2d7d9bcd350d053a8f3f29833cff61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:04:27 +1000 Subject: [PATCH] Bump actions/checkout from 4.1.3 to 4.1.4 (#83) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a9681a..d25f87f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" + - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" with: submodules: true - uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f02310..d042174 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: "write" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" + - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" with: submodules: true - uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d"