mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
chore: specify GitHub action versions
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
a3fc6eb917
commit
b6677b2cdd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -1,11 +1,11 @@
|
|||
name: test
|
||||
name: Build/test code
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: ruby/setup-ruby@master
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.2'
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue