mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 09:46:05 +00:00
Updated action versions
This commit is contained in:
parent
495abfe301
commit
7ed71bdfbd
6
.github/workflows/ruby.yml
vendored
6
.github/workflows/ruby.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
||||
ruby-version: ['2.7', '3.0', '3.3']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Setup Ruby, JRuby and TruffleRuby
|
||||
uses: ruby/setup-ruby@v1.202.0
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user