citus/.github/workflows
Gürkan İndibay 810f06f3aa Updates github checkout actions to v4 (#7611)
Updates checkout plugin for github actions to v4. Can not update the
version for check-sql-snapshots since new plugin causes below error in
the docker image this step is using . Please refer to:
https://github.com/citusdata/citus/actions/runs/9286197994/job/25552373953
Error:
```
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
```

(cherry picked from commit 2874d7af46)
2024-06-17 21:55:35 +05:30
..
build_and_test.yml Updates github checkout actions to v4 (#7611) 2024-06-17 21:55:35 +05:30
codeql.yml Updates github checkout actions to v4 (#7611) 2024-06-17 21:55:35 +05:30
flaky_test_debugging.yml Updates github checkout actions to v4 (#7611) 2024-06-17 21:55:35 +05:30
packaging-test-pipelines.yml Removes unnecessary package installations in packaging pipelines (#7341) 2024-04-17 10:26:50 +02:00