File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6868 run : rustup update stable
6969
7070 - name : Install protoc
71- uses : taiki-e/install-action@80466ef8efa80486cdfbddf929453a4f3565c791 # v2.62.34
71+ uses : taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2.62.40
7272 with :
7373 tool : protoc
7474
Original file line number Diff line number Diff line change 5555 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656 - name : Install Ubuntu packages
5757 run : sudo apt-get -y install protobuf-compiler
58- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v.5.6 .0
58+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v.6.0 .0
5959 with :
6060 python-version : ' 3.11'
6161 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
7878 run : rustup show active-toolchain || rustup toolchain install
7979 working-directory : ./quickwit
8080 - name : Setup cache
81- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
81+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
8282 if : steps.modified.outputs.rust_src == 'true'
8383 with :
8484 workspaces : " ./quickwit -> target"
@@ -139,7 +139,7 @@ jobs:
139139 working-directory : ./quickwit
140140 - name : Setup cache
141141 if : steps.modified.outputs.rust_src == 'true'
142- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
142+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
143143 with :
144144 workspaces : " ./quickwit -> target"
145145 - name : Install cargo deny
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 sudo apt install libsasl2-dev
118118 sudo apt install libsasl2-2
119119
120- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v.5.6 .0
120+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v.6.0 .0
121121 with :
122122 python-version : ' 3.11'
123123
@@ -158,7 +158,7 @@ jobs:
158158 run : rustup update stable
159159
160160 - name : Install cargo-llvm-cov, cargo-nextest, and protoc
161- uses : taiki-e/install-action@80466ef8efa80486cdfbddf929453a4f3565c791 # v2.62.34
161+ uses : taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2.62.40
162162 with :
163163 tool : cargo-llvm-cov,nextest,protoc
164164
Original file line number Diff line number Diff line change 9696 touch "/tmp/digests/${digest#sha256:}"
9797
9898 - name : Upload digest
99- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
99+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
100100 with :
101101 name : digest-${{ matrix.platform_suffix }}
102102 path : /tmp/digests/*
@@ -112,7 +112,7 @@ jobs:
112112 environment : production
113113 steps :
114114 - name : Download digests
115- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
115+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
116116 with :
117117 pattern : digest-*
118118 path : /tmp/digests
Original file line number Diff line number Diff line change 6565 QW_TEST_DATABASE_URL : postgres://quickwit-dev:quickwit-dev@postgres:5432/quickwit-metastore-dev
6666 steps :
6767 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
68- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
68+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
6969 with :
7070 node-version : 20
7171 cache : " yarn"
7777 working-directory : ./quickwit
7878 - name : Setup Rust cache
7979 if : matrix.task.name == 'Cypress run'
80- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
80+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
8181 with :
8282 workspaces : " ./quickwit -> target"
8383 - name : ${{ matrix.task.name }}
You can’t perform that action at this time.
0 commit comments