tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Update Actions
bwc9876.dev
2 years ago
d116099b
3a9aff79
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy.yml
+3
-3
.github/workflows/deploy.yml
···
15
15
runs-on: ubuntu-latest
16
16
steps:
17
17
- name: Checkout your repository using git
18
18
-
uses: actions/checkout@v3
18
18
+
uses: actions/checkout@v4
19
19
- name: Install, build, and upload your site
20
20
-
uses: withastro/action@v0
20
20
+
uses: withastro/action@v2
21
21
22
22
deploy:
23
23
needs: build
···
28
28
steps:
29
29
- name: Deploy to GitHub Pages
30
30
id: deployment
31
31
-
uses: actions/deploy-pages@v1
31
31
+
uses: actions/deploy-pages@v4