Skip to content

Commit

Permalink
use ruby-owned action instead of deprecated one
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur committed Nov 13, 2023
1 parent 9a12dcc commit 51c2933
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'

- name: Checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true

- name: Deploy
env:
AWS_REGION: us-east-1
Expand Down

0 comments on commit 51c2933

Please sign in to comment.