diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 294a5807..46204387 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'workflow_dispatch' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index a45afbb8..c6fb5cb9 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies uses: ./.github/actions/install-dependencies diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 81b76639..0b05aceb 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 85ff4503..e62b595b 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -7,7 +7,7 @@ jobs: name: Publish Snapshot runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies uses: ./.github/actions/install-dependencies diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d3fc25c7..3f110376 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies uses: ./.github/actions/install-dependencies @@ -33,7 +33,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies uses: ./.github/actions/install-dependencies @@ -48,7 +48,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies uses: ./.github/actions/install-dependencies