From 998378c2a12ad8f426a5a5b5d9a9c0dc2adea95e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:17:14 +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 d0b576bbf..522efc8ec 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 b5b719b4b..34b200c7d 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 b1fe51776..590e8742c 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 81c468f57..125038fdf 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