diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1033ce99..23d774c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bb6b630..c1c3feaf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: target: [js, hbs, css] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 with: node-version: ${{ env.NODE_VERSION }} @@ -41,7 +41,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 with: node-version: ${{ env.NODE_VERSION }} @@ -63,7 +63,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 with: node-version: ${{ env.NODE_VERSION }} @@ -92,7 +92,7 @@ jobs: - embroider-optimized steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 with: node-version: ${{ env.NODE_VERSION }}