Skip to content

Commit

Permalink
👷 use latest major version for actions/checkout (main instead of aban…
Browse files Browse the repository at this point in the history
…doned master branch/head) (#101)
  • Loading branch information
thomasmerz authored Dec 23, 2023
1 parent 65f2d9a commit 787f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Needed to force UTF-8 and have consistent behavior in Windows
PYTHONUTF8: 1
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@master
with:
Expand Down

0 comments on commit 787f8a3

Please sign in to comment.