From 9c7f34fa9fb12201bb295406657c88130228d757 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:25:45 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v4 --- .github/workflows/changelog.yml | 4 ++-- .github/workflows/compile.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d0b576bbfe..522efc8ec9 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -19,7 +19,7 @@ jobs: shell: bash - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: path: CHANGELOG.md - name: Checkout the pull request base - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: master diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index b5b719b4b4..34b200c7de 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -29,7 +29,7 @@ jobs: shell: bash - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compile run: make compile-only diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1fe51776f..590e8742cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Needed for release notes fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81c468f576..125038fdfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: shell: bash - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Full git history run: | @@ -59,7 +59,7 @@ jobs: shell: bash - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache deps uses: actions/cache@v3 @@ -99,7 +99,7 @@ jobs: shell: bash - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache deps uses: actions/cache@v3