diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98bff17d4250fb..9eee60a91e87d4 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@v3 + uses: actions/checkout@v4 - name: Install packages run: | @@ -289,7 +289,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install packages if: matrix.features == 'huge' @@ -450,7 +450,7 @@ jobs: release: false - name: Checkout repository from github - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create a list of download URLs shell: cmd diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index efd91a4de8b7c2..13281405af4454 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@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index ba73390f683ead..a885b3da41e69b 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository from github if: env.TOKEN - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Coverity if: env.TOKEN