Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
83bd792e
Unverified
Commit
83bd792e
authored
Sep 27, 2022
by
Christian Clauss
Committed by
GitHub
Sep 27, 2022
Browse files
Upgrade GitHub Actions Checkout
https://github.com/actions/checkout/releases
parent
63907e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/gtest-ci.yml
.github/workflows/gtest-ci.yml
+3
-3
No files found.
.github/workflows/gtest-ci.yml
View file @
83bd792e
...
...
@@ -12,7 +12,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
...
...
@@ -23,7 +23,7 @@ jobs:
runs-on
:
macos-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
...
...
@@ -35,7 +35,7 @@ jobs:
runs-on
:
windows-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment