Skip to content

Commit

Permalink
Use stable version of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 30, 2021
1 parent bf6d5aa commit 117747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 117747c

Please sign in to comment.