Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci_helm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set version in helm values.yaml
# Update the tags for images in the helm Chart.yaml and values.yaml to match
# The deployed docker image tag
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: |
# Update the version of the helm chart
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
user-email: '[email protected]'

- name: Set version in flux_river_config for the production environment
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
with:
cmd: |
# Update the chart version to pick up
Expand All @@ -107,7 +107,7 @@ jobs:

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2.4.2
uses: softprops/action-gh-release@v2.5.0
with:
tag_name: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_helm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
version: v3.9.2

- uses: actions/setup-python@v6.0.0
- uses: actions/setup-python@v6.1.0
with:
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_servicex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: ${{ matrix.python-version }}
if: ${{ matrix.app.test_required }}
Expand Down