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 a21ea46 commit fa4277cCopy full SHA for fa4277c
2 files changed
.github/workflows/e2e-tests.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
16
17
- name: Set up Python 3.13
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
19
with:
20
python-version: "3.13"
21
.github/workflows/tests.yml
@@ -22,9 +22,9 @@ jobs:
22
- "3.13"
23
24
25
26
- name: Set up Python ${{ matrix.python-version }}
27
28
29
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
0 commit comments