Skip to content

Commit

Permalink
Bump to v4 of checkout (#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun authored Feb 3, 2025
1 parent 8bb1306 commit 09ee7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build-and-deploy:
publish-docs:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.9
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
mkdocs build -d docsbuild
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 09ee7a8

Please sign in to comment.