We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0918ebd + b5e5bb0 commit 9c56417Copy full SHA for 9c56417
1 file changed
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
CLICKHOUSE_DATABASE_HOST: localhost
38
steps:
39
- name: Checkout code
40
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
41
- name: Edit hosts
42
run: |
43
echo "127.0.0.1 mssql.vm" | sudo tee -a /etc/hosts
@@ -125,7 +125,7 @@ jobs:
125
MONDRIAN_DRIVER: sqlserver
126
127
128
129
130
131
echo "127.0.0.1 mssql.vm" | Out-File -Append -FilePath C:\Windows\System32\drivers\etc\hosts
0 commit comments