Skip to content

Commit

Permalink
update the deps for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Jul 23, 2024
1 parent ac4af98 commit 985090d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |-
Expand Down

0 comments on commit 985090d

Please sign in to comment.