Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
cambio versión actions/checkout#1047
  • Loading branch information
angelpro1984 committed Oct 26, 2023
1 parent 34c9284 commit 3a7ac6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Install dependencies
- name: Set up Python 3.12
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.12

Expand Down

0 comments on commit 3a7ac6b

Please sign in to comment.