Skip to content

Commit

Permalink
Reference official actions using major version only
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 19, 2021
1 parent b0dbee3 commit 401b4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-issue-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
Expand Down

0 comments on commit 401b4a6

Please sign in to comment.