We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43b0838 + 7babcd3 commit 002ca78Copy full SHA for 002ca78
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
git config user.name github-actions[bot]
19
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
with:
22
python-version: 3.x
23
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
0 commit comments