diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 89bff0a..d93bdc8 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest needs: verify steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive token: ${{ secrets.PAT_TOKEN }} @@ -132,7 +132,7 @@ jobs: needs: build if: ${{ needs.verify.outputs.skip_report_status == 'false' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Download Jacoco report artifact uses: actions/download-artifact@v6 with: diff --git a/.github/workflows/update-year.yml b/.github/workflows/update-year.yml index a5f41b8..1afbf8b 100644 --- a/.github/workflows/update-year.yml +++ b/.github/workflows/update-year.yml @@ -92,7 +92,7 @@ jobs: needs: verify runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Update repository description - name: Update Repository Description