Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-09-27 13:44:59 +0300
committerGitHub <noreply@github.com>2022-09-27 13:44:59 +0300
commit83bd792e36db826f869f30ded6c6acc82c4fe672 (patch)
tree61a047c860207727bdfcfe428f4796f271131c81
parent63907e1bfe6f78806b17d094daf2198ee27aad62 (diff)
Upgrade GitHub Actions Checkout
https://github.com/actions/checkout/releases
-rw-r--r--.github/workflows/gtest-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gtest-ci.yml b/.github/workflows/gtest-ci.yml
index bcef926b..7ace9509 100644
--- a/.github/workflows/gtest-ci.yml
+++ b/.github/workflows/gtest-ci.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0