Skip to content

Commit 3d66b07

Browse files
committed
Update GitHub actions
1 parent 3adeb86 commit 3d66b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
url: ${{ steps.deployment.outputs.page_url }}
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
repository: hspec/hspec
3232
ref: ${{ inputs.ref || 'main' }}
33-
- uses: actions/upload-pages-artifact@v1
33+
- uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: doc/_site/
36-
- uses: actions/deploy-pages@v1
36+
- uses: actions/deploy-pages@v4
3737
id: deployment

0 commit comments

Comments
 (0)