Skip to content

Commit

Permalink
ci: actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored and padenot committed May 14, 2024
1 parent b71f25e commit 284339e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: Setup, build, and Deploy to gh-pages branch
runs-on: ubuntu-20.04
steps:
- name: Checking out the main branch
uses: actions/checkout@v2
- name: Checking out the repository
uses: actions/checkout@v4
- name: Setting up Python 3.7
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 284339e

Please sign in to comment.