Skip to content

Commit c7d5c00

Browse files
committed
bump all action versions
1 parent 1b3b136 commit c7d5c00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/code_testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt-get update -y
3737
3838
- name: Install CMake
39-
uses: lukka/get-cmake@v3.24.3
39+
uses: lukka/get-cmake@v3.29.3
4040
with:
4141
cmakeVersion: 3.16.9
4242

@@ -71,12 +71,12 @@ jobs:
7171
7272
- name: Cache conan data
7373
id: cache-conan
74-
uses: actions/cache@v3
74+
uses: actions/cache@v4.0.2
7575
with:
7676
path: ~/.conan2/p
7777
key: ${{ matrix.config.os }}-${{ matrix.config.compiler }}
7878

79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4.1.6
8080

8181
- name: Get dependency provider
8282
run: |

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- uses: actions/checkout@v3
1717
# https://github.com/marketplace/actions/doxygen-action
1818
- name: generate docu
19-
uses: mattnotmitt/doxygen-action@v1
19+
uses: mattnotmitt/doxygen-action@v1.9.8
2020
with:
2121
working-directory: '.'
2222
doxyfile-path: 'Doxyfile'
2323

2424
- name: upload to github page branch
25-
uses: peaceiris/actions-gh-pages@v3
25+
uses: peaceiris/actions-gh-pages@v4.0.0
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: ./docu

0 commit comments

Comments
 (0)