summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2019-12-04 07:38:03 +0100
committerDirk Lemstra <dirk@lemstra.org>2019-12-04 07:38:03 +0100
commit53ba89cc416c2f1255197f85d1a17c85a0c06760 (patch)
tree136e7d6d13ea323ee088cb5fb542cdcc422c5c4c /.github
parent975365af80e1a9037bd26d5f6d52f00e6cd018b2 (diff)
downloadImageMagick-53ba89cc416c2f1255197f85d1a17c85a0c06760.tar.gz
Use v1 of checkout task instead of master.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml2
-rw-r--r--.github/workflows/master.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 313b20edb..c821fd20b 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -25,7 +25,7 @@ jobs:
hdri: no
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
with:
fetch-depth: 1
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index d2ebaa911..c3a1260a5 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -22,7 +22,7 @@ jobs:
compiler: [ gcc, clang ]
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
with:
fetch-depth: 1
@@ -49,7 +49,7 @@ jobs:
runs-on: macos-latest
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
with:
fetch-depth: 1
@@ -75,7 +75,7 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
with:
repository: ImageMagick/ImageMagick-Windows
ref: refs/heads/master