Skip to content

Commit

Permalink
actions: Bumped Checkout, Setup-Node and Upload Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Oct 29, 2023
1 parent 05ca326 commit 0f84f9f
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 @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload dist repository
path: './dist'
Expand Down

0 comments on commit 0f84f9f

Please sign in to comment.