diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b76a71fcd4..af9e575fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check Filelist (for packaging) run: | @@ -382,7 +382,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install packages if: matrix.features == 'huge' @@ -572,7 +572,7 @@ jobs: release: false - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create a list of download URLs shell: cmd diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d84920b22e..5969e95e33 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@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index fb2832172e..f74174636b 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@v4 + uses: actions/checkout@v5 - name: Download Coverity if: env.TOKEN diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index e16515f0d4..59ced56920 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@v4 + - uses: actions/checkout@v5 - name: Run Lychee uses: lycheeverse/lychee-action@v2 with: