Skip to content

Commit b1583a1

Browse files
authored
Merge pull request #55 from TSchotter/TSchotter-patch-1
Fixed outdated versions
2 parents 2e9ba49 + 26b9f36 commit b1583a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
- id: get-repo-values
@@ -39,7 +39,7 @@ jobs:
3939
url=https://$(echo "${{github.repository}}" | sed "s/\//.github.io\//")
4040
echo "url=$url" >> $GITHUB_OUTPUT
4141
- name: Update package.json homepage
42-
uses: jossef/action-set-json-field@v1
42+
uses: jossef/action-set-json-field@v2.1
4343
with:
4444
file: package.json
4545
field: homepage
@@ -134,14 +134,14 @@ jobs:
134134
# echo "</body></html>" >> ./dist/index.html
135135
# Deploy
136136
- name: Setup Pages
137-
uses: actions/configure-pages@v3
137+
uses: actions/configure-pages@v5
138138
if: ${{ !cancelled() }}
139139
- name: Upload artifact
140-
uses: actions/upload-pages-artifact@v2
140+
uses: actions/upload-pages-artifact@v3
141141
if: ${{ !cancelled() }}
142142
with:
143143
path: "dist/"
144144
- name: Deploy to GitHub Pages
145145
id: deployment
146-
uses: actions/deploy-pages@v2
146+
uses: actions/deploy-pages@v4
147147
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)