diff --git a/.github/workflows/Astro-GhostCMS-Theme-Default.yml b/.github/workflows/Astro-GhostCMS-Theme-Default.yml index e533f076..15576073 100644 --- a/.github/workflows/Astro-GhostCMS-Theme-Default.yml +++ b/.github/workflows/Astro-GhostCMS-Theme-Default.yml @@ -11,11 +11,11 @@ jobs: working-directory: ./packages/astro-ghostcms-theme-default steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ - name: publish-npm run: | @@ -36,11 +36,11 @@ jobs: working-directory: ./packages/astro-ghostcms-theme-default steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://npm.pkg.github.com - name: publish-github run: | diff --git a/.github/workflows/Create-Astro-GhostCMS.yml b/.github/workflows/Create-Astro-GhostCMS.yml index 3c786675..2be93386 100644 --- a/.github/workflows/Create-Astro-GhostCMS.yml +++ b/.github/workflows/Create-Astro-GhostCMS.yml @@ -11,11 +11,11 @@ jobs: working-directory: ./packages/create-astro-ghostcms steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ - name: publish-npm run: | @@ -36,11 +36,11 @@ jobs: working-directory: ./packages/create-astro-ghostcms steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://npm.pkg.github.com - name: publish-github run: | diff --git a/.github/workflows/astro-ghostcms.yml b/.github/workflows/astro-ghostcms.yml index 52007759..b4f11c59 100644 --- a/.github/workflows/astro-ghostcms.yml +++ b/.github/workflows/astro-ghostcms.yml @@ -12,11 +12,11 @@ jobs: working-directory: ./packages/astro-ghostcms steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ - name: publish-npm run: | @@ -37,11 +37,11 @@ jobs: working-directory: ./packages/astro-ghostcms steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://npm.pkg.github.com - name: publish-github run: | diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 407aa4ee..6b5812be 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -10,7 +10,7 @@ jobs: run: working-directory: ./unlighthouse steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0