We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec05292 commit 4887649Copy full SHA for 4887649
1 file changed
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
python-version: ["3.11", "3.12"]
12
steps:
13
- name: Checkout repo
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
15
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
18
with:
19
python-version: ${{ matrix.python-version }}
20
0 commit comments