From af705dcd2d6ced39ffb194d21af28d8d65d01241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:40:44 -0500 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#1) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/space-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/space-push.yaml b/.github/workflows/space-push.yaml index af9bc3e..4ecde53 100644 --- a/.github/workflows/space-push.yaml +++ b/.github/workflows/space-push.yaml @@ -10,7 +10,7 @@ jobs: environment: space steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Push to Space uses: neobrains/space-deployment-github-action@v0.5