We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a674725 commit 3537747Copy full SHA for 3537747
.github/workflows/test.yml
@@ -88,9 +88,8 @@ jobs:
88
container: alpine:latest
89
steps:
90
# Clone this repo
91
- # todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta"
92
- name: Checkout
93
- uses: actions/checkout@a572f640b07e96fc5837b3adfa0e5a2ddd8dae21
+ uses: actions/checkout@v2-beta
94
95
# Basic checkout
96
- name: Basic checkout
0 commit comments