Skip to content

Commit

Permalink
Updated versions of the GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 1, 2024
1 parent de50128 commit fe4061d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygenate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Add Pretty CSS
uses: wei/wget@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload to Codecov
if: ${{ matrix.config.cov }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: build/tests/CMakeFiles/
env:
Expand Down

0 comments on commit fe4061d

Please sign in to comment.