Commit a4d04ef 1 parent 0d9c9c1 commit a4d04ef Copy full SHA for a4d04ef
File tree 4 files changed +8
-8
lines changed
github-actions/run-clang-format
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ jobs:
439
439
tar -czf dist.tar.gz dist
440
440
- name : Upload dist artifact
441
441
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
443
443
with :
444
444
if-no-files-found : error
445
445
path : dist.tar.gz
@@ -454,7 +454,7 @@ jobs:
454
454
build-kit run-script install_wheels
455
455
- name : Upload wheels artifact
456
456
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
458
458
with :
459
459
if-no-files-found : error
460
460
path : ${{ inputs.wheels_path }}
@@ -516,7 +516,7 @@ jobs:
516
516
run-script run_integration_tests
517
517
- name : Upload result and report as artifact
518
518
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
520
520
with :
521
521
if-no-files-found : error
522
522
name : integration-test-report
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ ARG BASE_IMAGE_TAG=latest
3
3
FROM ghcr.io/everest/everest-ci/run-env-base:${BASE_IMAGE_TAG}
4
4
5
5
# 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
7
7
# renovate: datasource=repology depName=debian_12/curl versioning=loose
8
8
ENV CURL_VERSION=7.88.1-10+deb12u8
9
9
# 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
11
11
# renovate: datasource=repology depName=debian_12/ninja-build versioning=loose
12
12
ENV NINJA_BUILD_VERSION=1.11.1-2~deb12u1
13
13
# renovate: datasource=repology depName=debian_12/make-dfsg versioning=loose
Original file line number Diff line number Diff line change 2
2
FROM debian:12-slim
3
3
4
4
# 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
6
6
# renovate: datasource=repology depName=debian_12/nodejs versioning=loose
7
7
ENV NODEJS_VERSION=18.19.0+dfsg-6~deb12u2
8
8
# renovate: datasource=repology depName=debian_12/npm versioning=loose
@@ -62,7 +62,7 @@ RUN apt update \
62
62
&& rm -rf /var/lib/apt/lists/*
63
63
64
64
# renovate: datasource=pypi depName=environs
65
- ENV ENVIRONS_VERSION=11.2.1
65
+ ENV ENVIRONS_VERSION=14.1.0
66
66
# renovate: datasource=pypi depName=py4j
67
67
ENV PY4J_VERSION=0.10.9.7
68
68
# renovate: datasource=pypi depName=aiofile
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ inputs:
19
19
default : ' always'
20
20
runs :
21
21
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 '
23
23
args :
24
24
- /usr/bin/run-clang-format
25
25
- /github/workspace/${{ inputs.source-dir }}
You can’t perform that action at this time.
0 commit comments