Skip to content

Commit e5baf54

Browse files
committed
CI: use v2 of actions/checkout
similarly to the documentation: <https://github.com/actions/checkout#usage>
1 parent 03a6085 commit e5baf54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
TAG_REF_NAME: ${{ github.ref }}
8181
REPOSITORY_NAME: ${{ github.repository }}
8282
## Get TLAPS repository checked out.
83-
- uses: actions/checkout@master
83+
- uses: actions/checkout@v2
8484
## Setup OCaml environment.
8585
- uses: ocaml/setup-ocaml@v2
8686
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
DOWNLOADS: tlaps-1.5.0-x86_64-linux-gnu
2121
steps:
2222
## Get TLAPS repository checked out.
23-
- uses: actions/checkout@master
23+
- uses: actions/checkout@v2
2424
## Setup OCaml environment.
2525
- uses: ocaml/setup-ocaml@v2
2626
with:

0 commit comments

Comments
 (0)