We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca45852 commit b792d7dCopy full SHA for b792d7d
.github/workflows/tests.yml
@@ -50,10 +50,12 @@ jobs:
50
51
steps:
52
- name: "Check out the repo"
53
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
54
+ with:
55
+ persist-credentials: false
56
57
- name: "Set up Python"
- uses: "actions/setup-python@v4"
58
+ uses: "actions/setup-python@v5"
59
with:
60
python-version: "${{ matrix.python-version }}"
61
allow-prereleases: true
@@ -85,10 +87,12 @@ jobs:
85
87
86
88
89
- uses: "actions/checkout@v2"
90
91
92
93
94
- uses: "actions/setup-python@v2"
95
96
97
python-version: "3.8"
98
0 commit comments