summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2020-02-19 06:05:44 -0500
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2020-02-19 06:05:44 -0500
commitf24d01e83c3eb4cbc7a88a11e6ceb64ea0471ce7 (patch)
tree818388ff48d85d7b20a39e394b1de195d561e35b
parent5ae2ce8f552865206880a022a75da5f5d3acdce8 (diff)
downloadninja-f24d01e83c3eb4cbc7a88a11e6ceb64ea0471ce7.tar.gz
ci: use latest checkout action
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/windows.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index eb7005c..aaa8d92 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -12,7 +12,7 @@ jobs:
container:
image: centos:7
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Install dependencies
run: |
curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index b8ea7d7..a22a9bb 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: macOS-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Install dependencies
run: brew install re2c p7zip cmake
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 7c856f3..d961582 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Install dependencies
run: choco install re2c