Skip to content

Commit

Permalink
update dependencies of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Aug 27, 2024
1 parent 28edb8a commit 0314434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_deploy_rsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0314434

Please sign in to comment.