Skip to content

Commit 6f40b9a

Browse files
committed
👷 Update pnpm/action-setup and actions/deploy-pages CI Actions
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 8d08cd7 commit 6f40b9a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v4
24+
uses: pnpm/action-setup@v5
2525
with:
2626
run_install: false
2727

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@v4
29+
uses: pnpm/action-setup@v5
3030
with:
3131
run_install: false
3232

@@ -78,4 +78,4 @@ jobs:
7878
steps:
7979
- name: Deploy to GitHub Pages
8080
id: deployment
81-
uses: actions/deploy-pages@v4
81+
uses: actions/deploy-pages@v5

.github/workflows/test-createx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@v4
31+
uses: pnpm/action-setup@v5
3232
with:
3333
run_install: false
3434

0 commit comments

Comments
 (0)