Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
- Now use actions/checkout@v3.
  • Loading branch information
BGMP committed Nov 1, 2022
1 parent cc5b820 commit 2aec3a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Ruby 2.7.3
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2aec3a3

Please sign in to comment.