Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

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

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [docker/login-action](https://github.com/docker/login-action) | `2` | `3` |
| [actions/setup-go](https://github.com/actions/setup-go) | `3` | `4` |
| [helm/kind-action](https://github.com/helm/kind-action) | `1.5.0` | `1.8.0` |
| [yokawasa/action-setup-kube-tools](https://github.com/yokawasa/action-setup-kube-tools) | `0.9.2` | `0.9.3` |
| [tibdex/github-app-token](https://github.com/tibdex/github-app-token) | `1` | `2` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2` | `3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `4` | `5` |


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

Updates `docker/login-action` from 2 to 3
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

Updates `actions/setup-go` from 3 to 4
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...v4)

Updates `helm/kind-action` from 1.5.0 to 1.8.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.5.0...v1.8.0)

Updates `yokawasa/action-setup-kube-tools` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/yokawasa/action-setup-kube-tools/releases)
- [Changelog](https://github.com/yokawasa/action-setup-kube-tools/blob/master/CHANGELOG.md)
- [Commits](yokawasa/action-setup-kube-tools@v0.9.2...v0.9.3)

Updates `tibdex/github-app-token` from 1 to 2
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](tibdex/github-app-token@v1...v2)

Updates `docker/setup-qemu-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2...v3)

Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

Updates `goreleaser/goreleaser-action` from 4 to 5
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: yokawasa/action-setup-kube-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 4fe9bdb commit 1d001fa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_podinfo_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup OCM
uses: open-component-model/ocm-setup-action@main

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,43 +32,43 @@ jobs:
steps:
- run: curl -s https://fluxcd.io/install.sh | sudo bash
- name: Checkout mpas repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
path: MPAS

- name: Checkout ocm-controller
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: open-component-model/ocm-controller
path: ocm-controller

- name: Checkout mpas-project-controller
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: open-component-model/mpas-project-controller
path: mpas-project-controller

- name: Checkout mpas-product-controller
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: open-component-model/mpas-product-controller
path: mpas-product-controller

- name: Checkout replication-controller
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: open-component-model/replication-controller
path: replication-controller

- name: Checkout git-controller
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: open-component-model/git-controller
path: git-controller

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: '${{ github.workspace }}/MPAS/go.mod'
- name: Restore Go cache
Expand All @@ -79,10 +79,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Setup Kubernetes
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.8.0
with:
install_only: true
- uses: yokawasa/action-setup-kube-tools@v0.9.2
- uses: yokawasa/action-setup-kube-tools@v0.9.3
with:
kustomize: '5.0.1'
tilt: '0.32.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout mpas repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Restore Go cache
uses: actions/cache@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.OCMBOT_APP_ID }}
private_key: ${{ secrets.OCMBOT_PRIV_KEY }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Setup Go
Expand All @@ -42,10 +42,10 @@ jobs:
go-version-file: '${{ github.workspace }}/go.mod'
cache: false
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Setup Syft
uses: anchore/sbom-action/download-syft@v0
- name: Setup Cosign
Expand All @@ -64,7 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
id: run-goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --release-notes=output/notes.md --skip-validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: '>=1.20.0'
- name: Checkout mpas repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Bootstrap
run: |
BOOTSTRAP_RELEASE_VERSION=${{ github.event.inputs.version }} make build-release-bootstrap-component
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Restore Go cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 1d001fa

Please sign in to comment.