Skip to content

Commit 8f4a104

Browse files
Bump the actions group with 2 updates (#1189)
* Bump the actions group with 2 updates Bumps the actions group with 2 updates: [mikefarah/yq](https://github.com/mikefarah/yq) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `mikefarah/yq` from 4.47.2 to 4.48.1 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.47.2...v4.48.1) Updates `softprops/action-gh-release` from 2.3.4 to 2.4.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.3.4...v2.4.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 19fcf1e commit 8f4a104

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_helm_publish.yaml

Lines changed: 3 additions & 3 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.47.2
46+
uses: mikefarah/yq@v4.48.1
4747
with:
4848
cmd: |
4949
# Update the version of the helm chart
@@ -88,7 +88,7 @@ jobs:
8888
user-email: '[email protected]'
8989

9090
- name: Set version in flux_river_config for the production environment
91-
uses: mikefarah/yq@v4.47.2
91+
uses: mikefarah/yq@v4.48.1
9292
with:
9393
cmd: |
9494
# Update the chart version to pick up
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Create Release
109109
id: create_release
110-
uses: softprops/action-gh-release@v2.3.4
110+
uses: softprops/action-gh-release@v2.4.1
111111
with:
112112
tag_name: ${{ github.ref }}
113113
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ October, 27, 2025
1515
- Ability to download list of available xCache servers
1616
- Better handling of missing datasets
1717
### Changed
18-
- Now use the celery bulk task interface to schedule file transforms
18+
- Now use the celery bulk task interface to schedule file transforms
1919
- Bitnami charts use the legacy docker images now that the main images are closed source
2020
- Improve DID finder error reporting
2121
- Default transformer pull policy is now `IfNotPresent`
2222
- The RABBIT_MQ_URL is set in the helm chart
2323

2424
### Fixed
25-
- Tests that were not correctly asserting anything
25+
- Tests that were not correctly asserting anything
2626
- Updated OSG Certificates to xrootd did finder
2727

2828
### Removed

0 commit comments

Comments
 (0)