Bump mikefarah/yq from 4.40.7 to 4.41.1 #73
test-and-lint.yml
on: pull_request
lint-test
21s
pr-build
22s
Annotations
1 error and 1 warning
pr-build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apk add --virtual build-dependencies wget unzip; ARCH=\"$(apk --print-arch)\"; case \"${ARCH}\" in aarch64|arm64) apk del nodejs-current; apk add nodejs=${NODE_VERSION} npm; npm install -g @bitwarden/cli@${BW_VERSION}; ;; amd64|x86_64) cd /tmp; wget https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-linux-${BW_VERSION}.zip; unzip /tmp/bw-linux-${BW_VERSION}.zip; mv /tmp/bw /usr/local/bin/bw; chmod +x /usr/local/bin/bw; ;; *) echo \"Unsupported arch: ${ARCH}\"; exit 1; ;; esac; apk del --purge build-dependencies; addgroup -S -g 1000 bw-operator; adduser -S -D -u 1000 -G bw-operator bw-operator; mkdir -p /home/bw-operator; chown -R bw-operator /home/bw-operator; apk add gcc musl-dev libstdc++ gcompat=${GCOMPAT_VERSION} python3=${PYTHON_VERSION} py3-pip=${PIP_VERSION} libcrypto3=${LIBCRYPTO_VERSION}; pip install -r /requirements.txt --no-warn-script-location --break-system-packages; rm /requirements.txt; apk del --purge gcc musl-dev libstdc++;" did not complete successfully: exit code: 2
|
lint-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/setup-helm@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|