diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6f32b0804441f..b6610ff1c3a23d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check Filelist (for packaging) run: | @@ -395,7 +395,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install packages if: matrix.features == 'huge' @@ -585,7 +585,7 @@ jobs: release: false - name: Checkout repository from github - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Create a list of download URLs shell: cmd diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5969e95e337088..cd0de7d88f7d7d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f74174636b39f7..04859a9758cc07 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository from github if: env.TOKEN - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download Coverity if: env.TOKEN diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 59ced56920679b..4eac5721587671 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,7 +8,7 @@ jobs: lychee: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run Lychee uses: lycheeverse/lychee-action@v2 with: