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