diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b51cade..662fb3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check Filelist (for packaging) run: | @@ -305,7 +305,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install packages if: matrix.features == 'huge' @@ -466,7 +466,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 d84920b..5969e95 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 290f7e4..5d36d59 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