Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikualpha authored Nov 25, 2024
1 parent 051025b commit 57cff17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
# WCTF_DB_REPO_BRANCH: master

steps:
- name: Run actions/checkout@v4.1.1
uses: actions/checkout@v4.1.1
- name: Run actions/checkout@v4.2.2
uses: actions/checkout@v4.2.2

- name: Set up Python 3 environment
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.10.13

- name: Run actions/cache@v3.3.2
uses: actions/cache@v3.3.2
- name: Run actions/cache@v4.1.2
uses: actions/cache@v4.1.2
if: startsWith(runner.os, 'Linux')
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 57cff17

Please sign in to comment.