From 985090d0ae220a52c6774e9f2d56ef9529583d49 Mon Sep 17 00:00:00 2001 From: David Siaw Date: Tue, 23 Jul 2024 15:20:41 +0900 Subject: [PATCH] update the deps for ci --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 365a4b92..1d858a37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: apk add --no-cache python3 py3-pip find /usr/lib/ -type f -name 'EXTERNALLY-MANAGED' -delete pip3 install awscli - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: setup run: git submodule update --init - name: script @@ -42,10 +42,10 @@ jobs: image: public.ecr.aws/degica/rails-buildpack:2.6.5-stretch env: BARCELONA_ENDPOINT: https://barcelona.degica.com - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: [build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: deploy_setup if: github.ref == 'refs/heads/master' run: |-