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
tianlh
LightGBM-DCU
Commits
f7e64a8f
Unverified
Commit
f7e64a8f
authored
Nov 26, 2022
by
James Lamb
Committed by
GitHub
Nov 26, 2022
Browse files
[ci] update versions of GitHub Actions (#5590)
parent
16c8b389
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
12 deletions
+12
-12
.github/workflows/linkchecker.yml
.github/workflows/linkchecker.yml
+1
-1
.github/workflows/optional_checks.yml
.github/workflows/optional_checks.yml
+1
-1
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+1
-1
.github/workflows/r_configure.yml
.github/workflows/r_configure.yml
+1
-1
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+4
-4
.github/workflows/r_valgrind.yml
.github/workflows/r_valgrind.yml
+1
-1
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+2
-2
.github/workflows/triggering_comments.yml
.github/workflows/triggering_comments.yml
+1
-1
No files found.
.github/workflows/linkchecker.yml
View file @
f7e64a8f
...
...
@@ -20,7 +20,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
false
...
...
.github/workflows/optional_checks.yml
View file @
f7e64a8f
...
...
@@ -12,7 +12,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
false
...
...
.github/workflows/python_package.yml
View file @
f7e64a8f
...
...
@@ -48,7 +48,7 @@ jobs:
python_version
:
'
3.7'
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
...
...
.github/workflows/r_configure.yml
View file @
f7e64a8f
...
...
@@ -21,7 +21,7 @@ jobs:
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
...
...
.github/workflows/r_package.yml
View file @
f7e64a8f
...
...
@@ -138,12 +138,12 @@ jobs:
shell
:
pwsh
run
:
git config --global core.autocrlf
false
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
-
name
:
Install pandoc
uses
:
r-lib/actions/setup-pandoc@v
1
uses
:
r-lib/actions/setup-pandoc@v
2
-
name
:
install tinytex
if
:
startsWith(matrix.os, 'windows')
uses
:
r-lib/actions/setup-tinytex@v2
...
...
@@ -198,7 +198,7 @@ jobs:
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
...
...
@@ -231,7 +231,7 @@ jobs:
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
...
...
.github/workflows/r_valgrind.yml
View file @
f7e64a8f
...
...
@@ -24,7 +24,7 @@ jobs:
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
...
...
.github/workflows/static_analysis.yml
View file @
f7e64a8f
...
...
@@ -31,7 +31,7 @@ jobs:
-
task
:
check-docs
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
false
...
...
@@ -54,7 +54,7 @@ jobs:
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
true
...
...
.github/workflows/triggering_comments.yml
View file @
f7e64a8f
...
...
@@ -12,7 +12,7 @@ jobs:
SECRETS_WORKFLOW
:
${{ secrets.WORKFLOW }}
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.4.0
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
5
submodules
:
false
...
...
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