Skip to content

Commit eef6388

Browse files
hovaescohashhar
authored andcommitted
Bump GH actions version
1 parent 8dcb594 commit eef6388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: "Checkout the source code"
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: "Install Python"
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v4
2727

2828
- name: "Install pre-commit"
2929
run: pip install pre-commit
@@ -58,8 +58,8 @@ jobs:
5858
env:
5959
TRINO_VERSION: "${{ matrix.trino }}"
6060
steps:
61-
- uses: actions/checkout@v2
62-
- uses: actions/setup-python@v2
61+
- uses: actions/checkout@v3
62+
- uses: actions/setup-python@v4
6363
with:
6464
python-version: ${{ matrix.python }}
6565
- name: Install dependencies

0 commit comments

Comments
 (0)