diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 245e08f2..9cd4a241 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Doxygen Action uses: mattnotmitt/doxygen-action@edge