Skip to content

Commit

Permalink
Merge pull request #2 from ninerealmlabs/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
feat(github-action)!: Update actions/checkout action to v4
  • Loading branch information
ahgraber committed May 13, 2024
2 parents 8a81951 + 218ee5e commit 4188a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
Expand Down

0 comments on commit 4188a11

Please sign in to comment.