Skip to content

Commit

Permalink
ci(gh-workflow): update actions and fix pages-deploy issue (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Nov 8, 2024
1 parent 51481fc commit 7a6ba8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
Expand All @@ -32,7 +32,7 @@ jobs:
run: npm run build:prod

- name: Run deploy
uses: JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
branch: asf-site
folder: build-prod
Expand Down

0 comments on commit 7a6ba8e

Please sign in to comment.