We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b473a commit 7bac52eCopy full SHA for 7bac52e
1 file changed
.github/workflows/ci.yml
@@ -9,10 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
13
14
- name: Install Python
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: ${{ matrix.python-version }}
18
@@ -47,10 +47,10 @@ jobs:
47
48
49
50
51
52
53
54
55
python-version: "3.12.x"
56
0 commit comments