Skip to content

Commit

Permalink
checkout code first
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Nov 10, 2024
1 parent 7096dfc commit cf865f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-ruby.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# .github/workflows/upgrade-ruby.yml
name: Upgrade Ruby

on:
Expand All @@ -14,6 +13,9 @@ jobs:
upgrade:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run Ruby Upgrade Action
uses: andrew/ruby-upgrade-action@main
with:
Expand Down

0 comments on commit cf865f5

Please sign in to comment.