Skip to content

Commit

Permalink
update deps to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 20, 2024
1 parent 6be3430 commit 5ce4ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ jobs:
- name: Checkout SnowSite
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
sparse-checkout: SnowSite
path: doc

- name: Checkout Website
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ vars.WEBSITE_REPO }}
path: website
token: ${{ secrets.WEBSITE_PAT }}

- name: Download Snow artifact
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-snow.yml

Expand Down

0 comments on commit 5ce4ecf

Please sign in to comment.