Skip to content

Commit

Permalink
update versions of checkout and setup-python actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 24, 2024
1 parent 1386cef commit e522fe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.7.x
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.7"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.7.x
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.7"

Expand Down

0 comments on commit e522fe1

Please sign in to comment.