diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5720de9..5b40ba5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: 20.x @@ -47,7 +47,7 @@ jobs: matrix: target: [built, committed] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - if: matrix.target == 'built' || github.event_name == 'pull_request' uses: actions/download-artifact@v5 with: @@ -92,7 +92,7 @@ jobs: needs: [test] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: rm -rf dist - uses: actions/download-artifact@v5 with: diff --git a/.github/workflows/ciff-example-command.yml b/.github/workflows/ciff-example-command.yml index 5ac3108..f73871f 100644 --- a/.github/workflows/ciff-example-command.yml +++ b/.github/workflows/ciff-example-command.yml @@ -18,7 +18,7 @@ jobs: echo "branch=$branch" >> $GITHUB_OUTPUT # Checkout the branch to test - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: ${{ steps.vars.outputs.repository }} ref: ${{ steps.vars.outputs.branch }} diff --git a/.github/workflows/update-major-version.yml b/.github/workflows/update-major-version.yml index 82eb533..b4c2498 100644 --- a/.github/workflows/update-major-version.yml +++ b/.github/workflows/update-major-version.yml @@ -17,7 +17,7 @@ jobs: tag: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} fetch-depth: 0