Skip to content

Commit 7628d8d

Browse files
committed
build(github): update github actions to v4
1 parent 967637e commit 7628d8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Install pnpm
15-
uses: pnpm/action-setup@v2.2.4
15+
uses: pnpm/action-setup@v2.4.0
1616
with:
1717
version: latest
1818

1919
- name: Set node version to 18
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: 20
2323
cache: 'pnpm'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",

0 commit comments

Comments
 (0)