Skip to content

Commit

Permalink
fix ref (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Dec 12, 2019
1 parent a674725 commit 3537747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -88,9 +88,8 @@ jobs:
container: alpine:latest
steps:
# Clone this repo
# todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta"
- name: Checkout
uses: actions/checkout@a572f640b07e96fc5837b3adfa0e5a2ddd8dae21
uses: actions/checkout@v2-beta

# Basic checkout
- name: Basic checkout
Expand Down

0 comments on commit 3537747

Please sign in to comment.