Skip to content

Commit

Permalink
Merge pull request #3 from yasserbdj96/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
yasserbdj96 authored Aug 17, 2022
2 parents 7e737dc + 5e7e85d commit f22101d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [ubuntu-latest,macos-latest] #windows-latest
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f22101d

Please sign in to comment.