Skip to content

Commit

Permalink
Apparently you MUST use name@something, so use @master/main. fuck me …
Browse files Browse the repository at this point in the history
…I hate gha...

[git-p4: depot-paths = "//src/hoe/dev/": change = 14133]
  • Loading branch information
zenspider committed May 5, 2024
1 parent c962406 commit d8fb633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

steps:
- name: repo checkout
uses: actions/checkout
uses: actions/checkout@main

- name: load ruby
uses: ruby/setup-ruby
uses: ruby/setup-ruby@master
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
Expand All @@ -58,10 +58,10 @@ jobs:

steps:
- name: repo checkout
uses: actions/checkout
uses: actions/checkout@main

- name: load ruby
uses: ruby/setup-ruby
uses: ruby/setup-ruby@master
with:
ruby-version: ruby
bundler: none
Expand Down

0 comments on commit d8fb633

Please sign in to comment.