We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2df5e commit 3d8a31aCopy full SHA for 3d8a31a
3 files changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v5
24
- name: Set up Python
25
uses: actions/setup-python@v6
26
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
27
id: cache
28
with:
29
path: ${{ env.pythonLocation }}
.github/workflows/test-publish.yml
@@ -27,7 +27,7 @@ jobs:
python-version: "3.11"
30
31
32
33
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
0 commit comments