diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19eabc47..33e56cff 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@v6 - name: Check Filelist (for packaging) run: | @@ -337,7 +337,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install packages if: matrix.features == 'huge' @@ -521,7 +521,7 @@ jobs: release: false - name: Checkout repository from github - uses: actions/checkout@v4 + 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 d84920b2..cd0de7d8 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@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 90a6e9ff..948957b9 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@v6 - name: Download Coverity if: env.TOKEN