From 290dfffe2ac2f82e37226a8f010e8d8b4f7d0484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 06:00:25 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.4.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.5.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/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cca70697a0..cef528cd77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -217,7 +217,7 @@ jobs: env: GITHUB_COMMIT: ${{ github.sha }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - id: Remote-Dir name: Unique directory name for the remote build run: echo "::set-output name=remotepath::postgrest-build-$(uuidgen)" @@ -461,7 +461,7 @@ jobs: env: REMOTE_DIR: ${{ needs.Build-Cabal-Arm.outputs.remotepath }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Remove uploaded files from server uses: appleboy/ssh-action@master with: