Skip to content

Commit ba4cf72

Browse files
committed
Fix CI Warnings
1 parent 6cad4ea commit ba4cf72

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/docs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-python@v4
1212
with:
1313
python-version: "3.9"
1414
architecture: "x64"
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1919
- name: build docs
20-
uses: mattnotmitt/[email protected].2
20+
uses: mattnotmitt/[email protected].5
2121
with:
2222
doxyfile-path: 'Doxyfile'
2323
- name: Deploy

.github/workflows/fdp_cpp_api.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v4
1414
with:
1515
python-version: "3.9"
1616
architecture: "x64"
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install local registry
2121
run: curl -fsSL https://data.scrc.uk/static/localregistry.sh | /bin/bash -s -- -b main
2222
- name: Checkout FAIRDataPipeline/FAIR-CLI
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
with:
2525
repository: FAIRDataPipeline/FAIR-CLI
2626
path: FAIR-CLI
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
cmake -Bbuild -DFDPAPI_BUILD_TESTS=ON -DFDPAPI_CODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install
4949
- name: Fetch cache
50-
uses: actions/cache@v2.1.5
50+
uses: actions/cache@v3
5151
with:
5252
path: sonarCache
5353
key: ${{ runner.os }}-sonarCache-${{ github.sha }}
@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
fail-fast: false
100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v3
102102
- name: Install Dependencies
103103
run: |
104104
brew install cmake
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
fail-fast: false
122122
steps:
123-
- uses: actions/checkout@v2
123+
- uses: actions/checkout@v3
124124
- uses: ilammy/msvc-dev-cmd@v1
125125
- name: Configure Library
126126
run: |
@@ -139,7 +139,7 @@ jobs:
139139
image: ubuntu:18.04
140140
options: --user root
141141
steps:
142-
- uses: actions/setup-python@v2
142+
- uses: actions/setup-python@v4
143143
with:
144144
python-version: "3.9"
145145
architecture: "x64"

0 commit comments

Comments
 (0)