We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v2
actions/checkout
1 parent 03a6085 commit e5baf54Copy full SHA for e5baf54
.github/workflows/main.yml
@@ -80,7 +80,7 @@ jobs:
80
TAG_REF_NAME: ${{ github.ref }}
81
REPOSITORY_NAME: ${{ github.repository }}
82
## Get TLAPS repository checked out.
83
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
84
## Setup OCaml environment.
85
- uses: ocaml/setup-ocaml@v2
86
with:
.github/workflows/pr.yml
@@ -20,7 +20,7 @@ jobs:
20
DOWNLOADS: tlaps-1.5.0-x86_64-linux-gnu
21
steps:
22
23
24
25
26
0 commit comments