Skip to content

Commit 65c6426

Browse files
committed
Update GH Actions
1 parent 178c019 commit 65c6426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
crystal: ${{matrix.crystal}}
2727
- name: Download source
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
submodules: recursive
3131
fetch-depth: 0
@@ -74,7 +74,7 @@ jobs:
7474
tools/build_docs.sh
7575
- name: Upload docs to GitHub Pages
7676
if: runner.os == 'Linux'
77-
uses: actions/upload-pages-artifact@v2
77+
uses: actions/upload-pages-artifact@v4
7878
with:
7979
path: docs
8080
deploy-docs:
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- name: Deploy to GitHub Pages
8989
id: deployment
90-
uses: actions/deploy-pages@v2
90+
uses: actions/deploy-pages@v4
9191
environment:
9292
name: github-pages
9393
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)