diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1fc4ed9..6921df22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: # Fetch all git history so that yarn workspaces --since can compare with the correct commits # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches diff --git a/.github/workflows/release-or-version.yml b/.github/workflows/release-or-version.yml index d81a0ef8..c7485e4a 100644 --- a/.github/workflows/release-or-version.yml +++ b/.github/workflows/release-or-version.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: # To run comparison we need more than the latest commit. # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches