citus/.github/workflows
Gürkan İndibay 2874d7af46
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)
```
2024-05-31 20:52:17 +03:00
..
build_and_test.yml Updates github checkout actions to v4 (#7611) 2024-05-31 20:52:17 +03:00
codeql.yml Updates github checkout actions to v4 (#7611) 2024-05-31 20:52:17 +03:00
devcontainer.yml Devcontainer: add code formatting tools (#7355) 2023-11-24 13:03:01 +00:00
flaky_test_debugging.yml Updates github checkout actions to v4 (#7611) 2024-05-31 20:52:17 +03:00
packaging-test-pipelines.yml Removes unnecessary package installations in packaging pipelines (#7341) 2023-11-17 08:51:56 +03:00