We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fd0ad commit 0306d94Copy full SHA for 0306d94
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
beanstalkd-version: ["1.13", "1.12"]
13
steps:
14
- name: Check out repository
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v6
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
- name: Set up Python
0 commit comments