We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25d45b commit cba76b8Copy full SHA for cba76b8
.github/workflows/cachetools-utils.yml
@@ -19,7 +19,7 @@ jobs:
19
# Setup
20
- uses: actions/checkout@v4
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
# Dependencies
0 commit comments