diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95fc24c..63833b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v4 if: ${{ matrix.os == 'windows-2022' }} with: @@ -69,7 +69,7 @@ jobs: name: Deploy Doxygen if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Doxygen uses: ssciwr/doxygen-install@v1 - name: Configure Project diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5996c8a..fb14154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v4 if: ${{ matrix.os == 'windows-2022' }} with: @@ -61,7 +61,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Extract Version from CMakeLists.txt