We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5b3e7 commit 6f567f9Copy full SHA for 6f567f9
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Set up Memcached
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v4
21
- name: Set up Python
22
23
24
python-version: '3.x'
25
- name: Extract version from tag
0 commit comments