We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa613c commit eb3dd63Copy full SHA for eb3dd63
.github/workflows/github-ci.yml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
- name: Set up Python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: 3.11
19
@@ -50,10 +50,10 @@ jobs:
50
51
52
53
54
55
- name: Set up Python ${{ matrix.python-version }}
56
57
58
python-version: ${{ matrix.python-version }}
59
architecture: x64
0 commit comments