Skip to content

Commit ea23ae7

Browse files
authored
Merge pull request #250 from phbasler/patch-2
Update runner on doxygen workflow
2 parents 35d9a75 + 22a4ff8 commit ea23ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212

1313
jobs:
1414
Deploy:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
2020
- name: installPackages

0 commit comments

Comments
 (0)