Skip to content

Commit a4d04ef

Browse files
Collected renovate (#86)
* Update dependency debian_12/openjdk-17 to v17.0.14+7-1~deb12u1 * Update dependency debian_12/git to v1:2.39.5-0+deb12u2 * Update dependency debian_12/rsync to v3.2.7-1+deb12u2 * Update ghcr.io/everest/everest-ci/build-env-base Docker tag to v1.4.5 * Update actions/upload-artifact action to v4.6.0 * Update dependency environs to v14 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d9c9c1 commit a4d04ef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/continuous_integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
tar -czf dist.tar.gz dist
440440
- name: Upload dist artifact
441441
if: ${{ steps.create_dist.outcome == 'success' || steps.create_dist.outcome == 'failure' }}
442-
uses: actions/upload-artifact@v4.4.3
442+
uses: actions/upload-artifact@v4.6.0
443443
with:
444444
if-no-files-found: error
445445
path: dist.tar.gz
@@ -454,7 +454,7 @@ jobs:
454454
build-kit run-script install_wheels
455455
- name: Upload wheels artifact
456456
if: ${{ steps.create_wheels.outcome == 'success' || steps.create_wheels.outcome == 'failure' }}
457-
uses: actions/upload-artifact@v4.4.3
457+
uses: actions/upload-artifact@v4.6.0
458458
with:
459459
if-no-files-found: error
460460
path: ${{ inputs.wheels_path }}
@@ -516,7 +516,7 @@ jobs:
516516
run-script run_integration_tests
517517
- name: Upload result and report as artifact
518518
if: ${{ steps.run_integration_tests.outcome == 'success' || steps.run_integration_tests.outcome == 'failure' }}
519-
uses: actions/upload-artifact@v4.4.3
519+
uses: actions/upload-artifact@v4.6.0
520520
with:
521521
if-no-files-found: error
522522
name: integration-test-report

docker/images/build-env-base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ ARG BASE_IMAGE_TAG=latest
33
FROM ghcr.io/everest/everest-ci/run-env-base:${BASE_IMAGE_TAG}
44

55
# renovate: datasource=repology depName=debian_12/git versioning=loose
6-
ENV GIT_VERSION=1:2.39.5-0+deb12u1
6+
ENV GIT_VERSION=1:2.39.5-0+deb12u2
77
# renovate: datasource=repology depName=debian_12/curl versioning=loose
88
ENV CURL_VERSION=7.88.1-10+deb12u8
99
# renovate: datasource=repology depName=debian_12/rsync versioning=loose
10-
ENV RSYNC_VERSION=3.2.7-1
10+
ENV RSYNC_VERSION=3.2.7-1+deb12u2
1111
# renovate: datasource=repology depName=debian_12/ninja-build versioning=loose
1212
ENV NINJA_BUILD_VERSION=1.11.1-2~deb12u1
1313
# renovate: datasource=repology depName=debian_12/make-dfsg versioning=loose

docker/images/run-env-base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM debian:12-slim
33

44
# renovate: datasource=repology depName=debian_12/openjdk-17 versioning=loose
5-
ENV OPENJDK_17_JRE_VERSION=17.0.13+11-2~deb12u1
5+
ENV OPENJDK_17_JRE_VERSION=17.0.14+7-1~deb12u1
66
# renovate: datasource=repology depName=debian_12/nodejs versioning=loose
77
ENV NODEJS_VERSION=18.19.0+dfsg-6~deb12u2
88
# renovate: datasource=repology depName=debian_12/npm versioning=loose
@@ -62,7 +62,7 @@ RUN apt update \
6262
&& rm -rf /var/lib/apt/lists/*
6363

6464
# renovate: datasource=pypi depName=environs
65-
ENV ENVIRONS_VERSION=11.2.1
65+
ENV ENVIRONS_VERSION=14.1.0
6666
# renovate: datasource=pypi depName=py4j
6767
ENV PY4J_VERSION=0.10.9.7
6868
# renovate: datasource=pypi depName=aiofile

github-actions/run-clang-format/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
default: 'always'
2020
runs:
2121
using: 'docker'
22-
image: 'docker://ghcr.io/everest/everest-ci/build-env-base:v1.4.4'
22+
image: 'docker://ghcr.io/everest/everest-ci/build-env-base:v1.4.5'
2323
args:
2424
- /usr/bin/run-clang-format
2525
- /github/workspace/${{ inputs.source-dir }}

0 commit comments

Comments
 (0)