From 799ddb853b6878576aa1e9c0316d31f1616e5aa1 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Tue, 9 Apr 2024 18:55:43 +0200 Subject: [PATCH] Update checkout versions. --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/clang-format.yml | 2 +- .github/workflows/docker-hub.yml | 2 +- .github/workflows/linux-sanitizer.yml | 2 +- .github/workflows/linux-test.yml | 2 +- .github/workflows/macos-test.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/windows-test.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4fe4bf8db..33349ce4d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 8f7233c39..243d5b235 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -11,7 +11,7 @@ jobs: name: Formatting Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++. uses: jidicula/clang-format-action@v4.9.0 with: diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index 2f6df6cb9..12375d985 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -24,7 +24,7 @@ jobs: name: Build steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/linux-sanitizer.yml b/.github/workflows/linux-sanitizer.yml index aea7a0310..378854ea9 100644 --- a/.github/workflows/linux-sanitizer.yml +++ b/.github/workflows/linux-sanitizer.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index fed7d414d..5f54ee07b 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index d55f321e6..8b9679863 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 413ff507a..9f9000dfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Pull the Docker images @@ -44,7 +44,7 @@ jobs: needs: build steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # To fetch all tags - name: Download built artifacts diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index d782881d9..a46e1ebe4 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0