Skip to content

Commit

Permalink
Update main.yml (#395)
Browse files Browse the repository at this point in the history
Update actions/checkout to version 3
  • Loading branch information
mosfet80 authored Jul 9, 2023
1 parent 863e779 commit 3bda9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Generate Doxyfile
# Replace CMake's ${ENV_VAR} to Doxygen's $(ENV_VAR) syntax
Expand Down

0 comments on commit 3bda9a7

Please sign in to comment.