We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b405ed3 + ee12ab4 commit 7f272deCopy full SHA for 7f272de
2 files changed
.github/workflows/lint.yaml
@@ -8,8 +8,8 @@ jobs:
8
matrix:
9
python-version: ['3.11']
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
13
with:
14
python-version: ${{ matrix.python-version }}
15
- name: Install tox
.github/workflows/test.yaml
@@ -58,9 +58,9 @@ jobs:
58
ports:
59
- 1433:1433
60
61
62
- name: Set up Python
63
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
64
65
66
- name: Install MS SQL stuff
0 commit comments