Skip to content

Commit

Permalink
bump all action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed May 27, 2024
1 parent 1b3b136 commit c7d5c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get update -y
- name: Install CMake
uses: lukka/get-cmake@v3.24.3
uses: lukka/get-cmake@v3.29.3
with:
cmakeVersion: 3.16.9

Expand Down Expand Up @@ -71,12 +71,12 @@ jobs:
- name: Cache conan data
id: cache-conan
uses: actions/cache@v3
uses: actions/cache@v4.0.2
with:
path: ~/.conan2/p
key: ${{ matrix.config.os }}-${{ matrix.config.compiler }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.6

- name: Get dependency provider
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/checkout@v3
# https://github.com/marketplace/actions/doxygen-action
- name: generate docu
uses: mattnotmitt/doxygen-action@v1
uses: mattnotmitt/doxygen-action@v1.9.8
with:
working-directory: '.'
doxyfile-path: 'Doxyfile'

- name: upload to github page branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docu
Expand Down

0 comments on commit c7d5c00

Please sign in to comment.