Skip to content

Commit

Permalink
more github workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed Mar 13, 2024
1 parent d18796c commit 7d6fa79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
PUBLIC_ALGOLIA_SEARCH_ONLY_API_KEY: ${{ vars.PUBLIC_ALGOLIA_SEARCH_ONLY_API_KEY }}
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
Expand All @@ -52,8 +52,8 @@ jobs:
ALGOLIA_INDEX_NAME: ${{ vars.ALGOLIA_INDEX_NAME }}
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
Expand Down

0 comments on commit 7d6fa79

Please sign in to comment.