Skip to content

Commit a30a9fc

Browse files
dependabot[bot]ponyisi
authored andcommitted
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [mikefarah/yq](https://github.com/mikefarah/yq), [actions/setup-python](https://github.com/actions/setup-python) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `mikefarah/yq` from 4.45.1 to 4.45.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.45.1...v4.45.2) Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) Updates `docker/build-push-action` from 6.15.0 to 6.16.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.15.0...v6.16.0) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.45.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d436e73 commit a30a9fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci_helm_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set version in helm values.yaml
4444
# Update the tags for images in the helm Chart.yaml and values.yaml to match
4545
# The deployed docker image tag
46-
uses: mikefarah/yq@v4.45.1
46+
uses: mikefarah/yq@v4.45.4
4747
with:
4848
cmd: |
4949
# Update the version of the helm chart
@@ -88,7 +88,7 @@ jobs:
8888
user-email: 'bengal1@illinois.edu'
8989

9090
- name: Set version in flux_river_config for the production environment
91-
uses: mikefarah/yq@v4.45.1
91+
uses: mikefarah/yq@v4.45.4
9292
with:
9393
cmd: |
9494
# Update the chart version to pick up

.github/workflows/ci_helm_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: v3.9.2
1818

19-
- uses: actions/setup-python@v5.5.0
19+
- uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: "3.10"
2222

.github/workflows/ci_servicex.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4.2.2
4444

4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@v5.5.0
46+
uses: actions/setup-python@v5.6.0
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
if: ${{ matrix.app.test_required }}
@@ -110,7 +110,7 @@ jobs:
110110
username: ${{ secrets.DOCKER_USERNAME }}
111111
password: ${{ secrets.DOCKER_PASSWORD }}
112112
- name: Build and push
113-
uses: docker/build-push-action@v6.15.0
113+
uses: docker/build-push-action@v6.17.0
114114
if: ${{ github.secret_source == 'Actions' }}
115115
with:
116116
context: ${{ matrix.app.dir_name }}
@@ -121,7 +121,7 @@ jobs:
121121
file: ${{ matrix.app.dockerfile }}
122122
platforms: linux/amd64,linux/arm64
123123
- name: Build
124-
uses: docker/build-push-action@v6.15.0
124+
uses: docker/build-push-action@v6.17.0
125125
if: ${{ github.secret_source != 'Actions' }}
126126
with:
127127
context: ${{ matrix.app.dir_name }}

0 commit comments

Comments
 (0)