Skip to content

Commit b6677b2

Browse files
vzvu3k6kPanquesito7
andcommitted
chore: specify GitHub action versions
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent a3fc6eb commit b6677b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: test
1+
name: Build/test code
22
on: [push, pull_request]
33
jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@master
8-
- uses: ruby/setup-ruby@master
7+
- uses: actions/checkout@v3
8+
- uses: ruby/setup-ruby@v1
99
with:
1010
ruby-version: '3.2'
1111
- name: Run tests

0 commit comments

Comments
 (0)