Skip to content

Commit 53ba89c

Browse files
committed
Use v1 of checkout task instead of master.
1 parent 975365a commit 53ba89c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
hdri: no
2626

2727
steps:
28-
- uses: actions/checkout@master
28+
- uses: actions/checkout@v1
2929
with:
3030
fetch-depth: 1
3131

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
compiler: [ gcc, clang ]
2323

2424
steps:
25-
- uses: actions/checkout@master
25+
- uses: actions/checkout@v1
2626
with:
2727
fetch-depth: 1
2828

@@ -49,7 +49,7 @@ jobs:
4949
runs-on: macos-latest
5050

5151
steps:
52-
- uses: actions/checkout@master
52+
- uses: actions/checkout@v1
5353
with:
5454
fetch-depth: 1
5555

@@ -75,7 +75,7 @@ jobs:
7575
runs-on: windows-latest
7676

7777
steps:
78-
- uses: actions/checkout@master
78+
- uses: actions/checkout@v1
7979
with:
8080
repository: ImageMagick/ImageMagick-Windows
8181
ref: refs/heads/master

0 commit comments

Comments
 (0)