Skip to content

Commit

Permalink
chore(deps): upgrade all action dependencies
Browse files Browse the repository at this point in the history
Closes #70, #128, #135, #145
  • Loading branch information
joakimbeng committed Jun 27, 2024
1 parent 31693dd commit 0ff9f60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -44,4 +45,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -39,7 +39,7 @@ jobs:
run: pnpm install

- name: Create Release Pull Request
uses: changesets/[email protected].6
uses: changesets/[email protected].7
with:
publish: pnpm run release
commit: 'chore(release): version packages'
Expand Down

0 comments on commit 0ff9f60

Please sign in to comment.