Skip to content

Commit a4251b9

Browse files
committed
chore: update github action versions
1 parent dfc321f commit a4251b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-docs-update.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
2929
- name: Install, build, and upload documentation
3030
uses: withastro/action@9a7959a16949e620a22e74f81c10cb7ce3b76924
3131
with:
3232
path: ./docs
3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@027b0ddc3de8dbe7e5a699814c4508ca8ecefc5f
34+
uses: actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1
3535
with:
3636
path: ./docs/dist
3737

@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10
48+
uses: actions/deploy-pages@854d7aa1b99e4509c4d1b53d69b7ba4eaf39215a

0 commit comments

Comments
 (0)