diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4383d9..4ff3bfac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: cache: npm @@ -66,7 +66,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: cache: npm @@ -81,7 +81,7 @@ jobs: if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Need to fetch entire commit history to # analyze every commit since last release diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index d68c0d4e..bc7ea413 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: name: 🤔 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: cache: npm