There was an error while loading. Please reload this page.
1 parent d01940f commit c86062aCopy full SHA for c86062a
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v5
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
with:
22
python-version: 3.x
23
- run: python3 -m pip install -r requirements-dev.txt
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
git config user.name github-actions[bot]
42
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
43
44
45
46
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
0 commit comments