File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-python@v2
10
+ - uses : actions/checkout@v3
11
+ - uses : actions/setup-python@v4
12
12
with :
13
13
python-version : " 3.9"
14
14
architecture : " x64"
17
17
with :
18
18
fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
19
19
- name : build docs
20
- uses :
mattnotmitt/[email protected] .2
20
+ uses :
mattnotmitt/[email protected] .5
21
21
with :
22
22
doxyfile-path : ' Doxyfile'
23
23
- name : Deploy
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-python@v2
12
+ - uses : actions/checkout@v3
13
+ - uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.9"
16
16
architecture : " x64"
20
20
- name : Install local registry
21
21
run : curl -fsSL https://data.scrc.uk/static/localregistry.sh | /bin/bash -s -- -b main
22
22
- name : Checkout FAIRDataPipeline/FAIR-CLI
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
with :
25
25
repository : FAIRDataPipeline/FAIR-CLI
26
26
path : FAIR-CLI
47
47
run : |
48
48
cmake -Bbuild -DFDPAPI_BUILD_TESTS=ON -DFDPAPI_CODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install
49
49
- name : Fetch cache
50
- uses : actions/cache@v2.1.5
50
+ uses : actions/cache@v3
51
51
with :
52
52
path : sonarCache
53
53
key : ${{ runner.os }}-sonarCache-${{ github.sha }}
98
98
strategy :
99
99
fail-fast : false
100
100
steps :
101
- - uses : actions/checkout@v2
101
+ - uses : actions/checkout@v3
102
102
- name : Install Dependencies
103
103
run : |
104
104
brew install cmake
@@ -120,7 +120,7 @@ jobs:
120
120
strategy :
121
121
fail-fast : false
122
122
steps :
123
- - uses : actions/checkout@v2
123
+ - uses : actions/checkout@v3
124
124
- uses : ilammy/msvc-dev-cmd@v1
125
125
- name : Configure Library
126
126
run : |
@@ -139,7 +139,7 @@ jobs:
139
139
image : ubuntu:18.04
140
140
options : --user root
141
141
steps :
142
- - uses : actions/setup-python@v2
142
+ - uses : actions/setup-python@v4
143
143
with :
144
144
python-version : " 3.9"
145
145
architecture : " x64"
You can’t perform that action at this time.
0 commit comments