Skip to content

Commit

Permalink
Merge pull request #346 from eesast/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
shangfengh authored May 11, 2024
2 parents eb9e154 + c96dbc3 commit 8fb1520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 8fb1520

Please sign in to comment.