Skip to content

Commit

Permalink
Bump the actions group with 2 updates (#426)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata).


Updates `actions/download-artifact` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

Updates `dependabot/fetch-metadata` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Kristian Flaatten <hans.kristian.flaatten@nav.no>
  • Loading branch information
dependabot[bot] and Starefossen committed Jul 14, 2024
1 parent 072dfe0 commit f3aa5fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ jobs:
fetch-depth: 0

- name: Restore Chart Metadata
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: chart-metadata
path: ./charts/${{ needs.meta.outputs.name }}

- name: Restore CRDs Chart Metadata
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: crds-chart-metadata
path: ./charts/${{ needs.meta.outputs.name }}-crds
Expand Down Expand Up @@ -171,19 +171,19 @@ jobs:
fetch-depth: 0

- name: Restore Chart Metadata
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: chart-metadata
path: ./charts/${{ needs.meta.outputs.name }}

- name: Restore Chart Values
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: chart-values
path: ./charts/${{ needs.meta.outputs.name }}

- name: Restore CRDs Chart Metadata
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: crds-chart-metadata
path: ./charts/${{ needs.meta.outputs.name }}-crds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit f3aa5fa

Please sign in to comment.