diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a71605b..8278d67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 2 - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 with: version: 8.3.1 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fd1fd6d..bbae087 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,6 +10,7 @@ on: # Allow this job to clone the repo and create a page deployment permissions: + actions: read contents: read pages: write id-token: write @@ -29,7 +30,7 @@ jobs: echo $ASTRO_SITE echo $ASTRO_BASE - name: Install, build, and upload your site output - uses: withastro/action@v1 + uses: withastro/action@v2 with: path: ./docs # The root location of your Astro project inside the repository. (optional) node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) @@ -44,4 +45,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index adc6786..aebd63b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: persist-credentials: false fetch-depth: 0 - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 with: version: 8.3.1 @@ -39,7 +39,7 @@ jobs: run: pnpm install - name: Create Release Pull Request - uses: changesets/action@v1.4.6 + uses: changesets/action@v1.4.7 with: publish: pnpm run release commit: 'chore(release): version packages'