Skip to content

Commit

Permalink
Fix CI deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed May 19, 2024
1 parent 4ce45b9 commit 210644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: sudo apt install doxygen graphviz

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure
run: cmake -B build
Expand Down

0 comments on commit 210644d

Please sign in to comment.