diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5ca2d72..a64bcd64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: node-version: ['18', '20'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 7a2826cc..33119d4d 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -21,7 +21,7 @@ jobs: command: ${{ steps.check-release.outputs.command }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: 'main' @@ -46,7 +46,7 @@ jobs: if: (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # We need to download lots of history so that # github-changelog can discover what's changed since the last release with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b7795b3..2625220a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: command: ${{ steps.check-release.outputs.command }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: 'main' @@ -43,7 +43,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: 18