mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-28 07:12:54 +00:00
update actions/checkout@v3 to v6
This commit is contained in:
parent
5c9285d4b3
commit
439a240448
2
.github/workflows/build-doxygen.yml
vendored
2
.github/workflows/build-doxygen.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Doxygen
|
||||
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz build-essential libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue