We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bbf73 commit af5e1dfCopy full SHA for af5e1df
.github/workflows/main.yml
@@ -10,9 +10,9 @@ jobs:
10
python-version: ["3.10", "3.11", "3.12"]
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Set up Memcached
.github/workflows/release.yml
@@ -17,9 +17,9 @@ jobs:
id-token: write
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
- name: Set up Python
22
23
24
python-version: '3.x'
25
- name: Extract version from tag
0 commit comments