Skip to content

Commit f654f7d

Browse files
committed
[CALCITE-6858] Upgrade GitHub actions
1 parent 24cfbb3 commit f654f7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-website.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
publish-website:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
repository: apache/calcite-avatica
3636
path: calcite-avatica
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: calcite-avatica/site
4646
run: |
4747
docker compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
with:
5050
repository: apache/calcite-site
5151
path: calcite-site

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Check out Avatica-Go repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
- name: Run tests
4646
env:

0 commit comments

Comments
 (0)