Skip to content

Commit

Permalink
build: fix ghactions versions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Jul 5, 2024
1 parent 080f525 commit 06fdfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- uses: lemonarc/jekyll-action@1
- uses: lemonarc/jekyll-action@v1

- uses: JamesIves/github-pages-deploy-action@4
- uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master # The branch the action should deploy to.
Expand Down

0 comments on commit 06fdfe1

Please sign in to comment.