Skip to content

Commit

Permalink
Bump the actions-dependency group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-dependency group with 2 updates in the / directory: [mikefarah/yq](https://github.com/mikefarah/yq) and [actions/setup-python](https://github.com/actions/setup-python).


Updates `mikefarah/yq` from 4.43.1 to 4.44.2
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.43.1...v4.44.2)

Updates `actions/setup-python` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependency
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependency
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent dbb0f5a commit daa277a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
steps:
- name: get chart name
id: chart_name
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.2
with:
cmd: "yq eval '.name' ${{ inputs.chart_dir }}/Chart.yaml"

Expand Down

0 comments on commit daa277a

Please sign in to comment.