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 8dcb594 commit eef6388Copy full SHA for eef6388
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: "Checkout the source code"
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
25
- name: "Install Python"
26
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
27
28
- name: "Install pre-commit"
29
run: pip install pre-commit
@@ -58,8 +58,8 @@ jobs:
58
env:
59
TRINO_VERSION: "${{ matrix.trino }}"
60
61
- - uses: actions/checkout@v2
62
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
63
with:
64
python-version: ${{ matrix.python }}
65
- name: Install dependencies
0 commit comments