Skip to content

Commit

Permalink
Bump the minor group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.4` | `4.1.7` |
| [azure/setup-helm](https://github.com/azure/setup-helm) | `4.0.0` | `4.2.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.3.4` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.7` | `4.1.8` |
| [docker/login-action](https://github.com/docker/login-action) | `3.0.0` | `3.2.0` |


Updates `actions/checkout` from 4.1.4 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.7)

Updates `azure/setup-helm` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v4...v4.2.0)

Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

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 `docker/login-action` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent d097a78 commit 48a5e3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v4.2.0

- name: Setup chart-testing
uses: helm/chart-testing-action@v2.6.1
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/schema-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "$HOME/.rover/bin" >> $GITHUB_PATH
- name: Checkout Source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.7

- name: Compose Supergraph Schema
run: >
Expand All @@ -26,7 +26,7 @@ jobs:
> supergraph.graphql
- name: Upload New Schema Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: supergraph.graphql
path: supergraph.graphql
Expand All @@ -42,13 +42,13 @@ jobs:
packages: write
steps:
- name: Checkout source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.7

- name: Setup Helm
uses: azure/setup-helm@v4.0.0
uses: azure/setup-helm@v4.2.0

- name: Download Schema Artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: supergraph.graphql
path: charts/supergraph
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -81,7 +81,7 @@ jobs:
echo "$HOME/.rover/bin" >> $GITHUB_PATH
- name: Checkout main branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.7
with:
ref: main

Expand All @@ -93,7 +93,7 @@ jobs:
> /tmp/old_supergraph.graphql
- name: Checkout Source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.7

- name: Compose New Supergraph Schema
run: >
Expand Down

0 comments on commit 48a5e3d

Please sign in to comment.