Skip to content

Commit 552dca6

Browse files
Update GitHub Actions - Major Revisions
1 parent bc0b9b5 commit 552dca6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Pinned: pnpm 11.12.0 crashes action-setup with "Cannot use 'in' operator to
6161
# search for 'integrity' in undefined". Hold at the last known-good release.
6262
# See https://github.com/pnpm/action-setup/issues/276
63-
version: '11.22.0'
63+
version: '12.1.0'
6464

6565
- run: pnpm install
6666
- name: Deploy to Cloudflare Workers

.github/workflows/docs_preview_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Pinned: pnpm 11.12.0 crashes action-setup with "Cannot use 'in' operator to
5555
# search for 'integrity' in undefined". Hold at the last known-good release.
5656
# See https://github.com/pnpm/action-setup/issues/276
57-
version: '11.22.0'
57+
version: '12.1.0'
5858
- working-directory: ./docs
5959
run: pnpm install
6060
- working-directory: ./docs

.github/workflows/docs_preview_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Pinned: pnpm 11.12.0 crashes action-setup with "Cannot use 'in' operator to
9494
# search for 'integrity' in undefined". Hold at the last known-good release.
9595
# See https://github.com/pnpm/action-setup/issues/276
96-
version: '11.22.0'
96+
version: '12.1.0'
9797
- name: Deploy docs to Cloudflare Workers
9898
id: publish-docs
9999
working-directory: ./docs

.github/workflows/forui_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
working-directory: forui/example
8383
steps:
8484
- uses: actions/checkout@v7
85-
- uses: actions/setup-java@v5
85+
- uses: actions/setup-java@v6
8686
with:
8787
distribution: 'temurin'
8888
java-version: 17

0 commit comments

Comments
 (0)