We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cfbb3 commit f654f7dCopy full SHA for f654f7d
.github/workflows/publish-website.yml
@@ -30,7 +30,7 @@ jobs:
30
publish-website:
31
runs-on: ubuntu-latest
32
steps:
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
with:
35
repository: apache/calcite-avatica
36
path: calcite-avatica
@@ -45,7 +45,7 @@ jobs:
45
working-directory: calcite-avatica/site
46
run: |
47
docker compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site
48
49
50
repository: apache/calcite-site
51
path: calcite-site
.github/workflows/tests.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Check out Avatica-Go repository
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
- name: Run tests
env:
0 commit comments