Skip to content

Commit 1ee61b2

Browse files
authored
Update blank.yml
1 parent 5a9e686 commit 1ee61b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/blank.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Deploy Vue (Vite) app to GitHub Pages
1+
name: Deploy Vue app to GitHub Pages
22

33
on:
44
push:
55
branches:
66
- main
77

88
permissions:
9-
contents: read
9+
contents: read ##
1010
pages: write
1111
id-token: write
1212

@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v5
2222
with:
2323
node-version: 20
2424

0 commit comments

Comments
 (0)