Skip to content

Commit 3537747

Browse files
authored
fix ref (#109)
1 parent a674725 commit 3537747

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888
container: alpine:latest
8989
steps:
9090
# Clone this repo
91-
# todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta"
9291
- name: Checkout
93-
uses: actions/checkout@a572f640b07e96fc5837b3adfa0e5a2ddd8dae21
92+
uses: actions/checkout@v2-beta
9493

9594
# Basic checkout
9695
- name: Basic checkout

0 commit comments

Comments
 (0)