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