File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
- name : Set version in helm values.yaml
44
44
# Update the tags for images in the helm Chart.yaml and values.yaml to match
45
45
# The deployed docker image tag
46
- uses : mikefarah/yq@v4.45.1
46
+ uses : mikefarah/yq@v4.45.4
47
47
with :
48
48
cmd : |
49
49
# Update the version of the helm chart
88
88
user-email : ' bengal1@illinois.edu'
89
89
90
90
- 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
92
92
with :
93
93
cmd : |
94
94
# Update the chart version to pick up
Original file line number Diff line number Diff line change 16
16
with :
17
17
version : v3.9.2
18
18
19
- - uses : actions/setup-python@v5.5 .0
19
+ - uses : actions/setup-python@v5.6 .0
20
20
with :
21
21
python-version : " 3.10"
22
22
Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v4.2.2
44
44
45
45
- name : Set up Python ${{ matrix.python-version }}
46
- uses : actions/setup-python@v5.5 .0
46
+ uses : actions/setup-python@v5.6 .0
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
if : ${{ matrix.app.test_required }}
@@ -110,7 +110,7 @@ jobs:
110
110
username : ${{ secrets.DOCKER_USERNAME }}
111
111
password : ${{ secrets.DOCKER_PASSWORD }}
112
112
- name : Build and push
113
- uses : docker/build-push-action@v6.15 .0
113
+ uses : docker/build-push-action@v6.17 .0
114
114
if : ${{ github.secret_source == 'Actions' }}
115
115
with :
116
116
context : ${{ matrix.app.dir_name }}
@@ -121,7 +121,7 @@ jobs:
121
121
file : ${{ matrix.app.dockerfile }}
122
122
platforms : linux/amd64,linux/arm64
123
123
- name : Build
124
- uses : docker/build-push-action@v6.15 .0
124
+ uses : docker/build-push-action@v6.17 .0
125
125
if : ${{ github.secret_source != 'Actions' }}
126
126
with :
127
127
context : ${{ matrix.app.dir_name }}
You can’t perform that action at this time.
0 commit comments