Skip to content

Commit

Permalink
Remove versions specifiers for GHA... I'm tired of 'major' bumps need…
Browse files Browse the repository at this point in the history
…ing action and trust that 99% of the time everything will Just Work™.

[git-p4: depot-paths = "//src/hoe/dev/": change = 14131]
  • Loading branch information
zenspider committed May 5, 2024
1 parent 5ba71d4 commit 86b8cc8
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@v2
uses: actions/checkout

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

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

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

0 comments on commit 86b8cc8

Please sign in to comment.