From 80c0ad8bb0003b1abe0323768a239fe1a3bdd8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:57:42 +0000 Subject: [PATCH] Build(deps): Bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-buildkit-version.yml | 4 ++-- .github/workflows/update-cni-plugins-version.yml | 4 ++-- .github/workflows/update-containerd-version.yml | 4 ++-- .github/workflows/update-cri-dockerd-version.yml | 2 +- .github/workflows/update-cri-o-version.yml | 4 ++-- .github/workflows/update-crictl-version.yml | 4 ++-- .github/workflows/update-crun-version.yml | 4 ++-- .github/workflows/update-docker-buildx-version.yml | 2 +- .github/workflows/update-docker-version.yml | 4 ++-- .github/workflows/update-golang-version.yml | 2 +- .github/workflows/update-iso-image-versions.yml | 4 ++-- .github/workflows/update-nerdctl-version.yml | 4 ++-- .github/workflows/update-nerdctld-version.yml | 2 +- .github/workflows/update-runc-version.yml | 4 ++-- .github/workflows/update-ubuntu-version.yml | 2 +- 15 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/update-buildkit-version.yml b/.github/workflows/update-buildkit-version.yml index 6f90ee382f..eb640984f0 100644 --- a/.github/workflows/update-buildkit-version.yml +++ b/.github/workflows/update-buildkit-version.yml @@ -47,7 +47,7 @@ jobs: The buildkit project released a [new version](https://github.com/moby/buildkit/releases) This PR was auto-generated by `make update-buildkit-version` using [update-buildkit-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-buildkit-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpBuildkit.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpBuildkit.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-cni-plugins-version.yml b/.github/workflows/update-cni-plugins-version.yml index 4ba7ccce66..6d9e31e58e 100644 --- a/.github/workflows/update-cni-plugins-version.yml +++ b/.github/workflows/update-cni-plugins-version.yml @@ -47,7 +47,7 @@ jobs: The cni-plugins project released a [new version](https://github.com/containernetworking/plugins/releases) This PR was auto-generated by `make update-cni-plugins-version` using [update-cni-plugins-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-cni-plugins-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-containerd-version.yml b/.github/workflows/update-containerd-version.yml index 408f2c2dbd..b4af8bc691 100644 --- a/.github/workflows/update-containerd-version.yml +++ b/.github/workflows/update-containerd-version.yml @@ -47,7 +47,7 @@ jobs: The containerd project released a [new version](https://github.com/containerd/containerd/releases) This PR was auto-generated by `make update-containerd-version` using [update-containerd-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-containerd-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpContainerd.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpContainerd.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-cri-dockerd-version.yml b/.github/workflows/update-cri-dockerd-version.yml index fc95a8a40c..e7b3c4d584 100644 --- a/.github/workflows/update-cri-dockerd-version.yml +++ b/.github/workflows/update-cri-dockerd-version.yml @@ -48,7 +48,7 @@ jobs: This PR was auto-generated by `make update-cri-dockerd-version` using [update-cri-dockerd-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-cri-dockerd-version.yml) CI Workflow. A minikube maintainer needs to checkout this PR, run `make build-and-upload-cri-dockerd-binaries`, and then comment `ok-to-build-image`. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCriDockerd.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-cri-o-version.yml b/.github/workflows/update-cri-o-version.yml index 167f74d88a..18bac23826 100644 --- a/.github/workflows/update-cri-o-version.yml +++ b/.github/workflows/update-cri-o-version.yml @@ -48,7 +48,7 @@ jobs: The cri-o project released a [new version](https://github.com/cri-o/cri-o/releases) This PR was auto-generated by `make update-cri-o-version` using [update-cri-o-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-cri-o-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCrio.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -59,7 +59,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCrio.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-crictl-version.yml b/.github/workflows/update-crictl-version.yml index 2737666223..46d6094906 100644 --- a/.github/workflows/update-crictl-version.yml +++ b/.github/workflows/update-crictl-version.yml @@ -48,7 +48,7 @@ jobs: The crictl project released a [new version](https://github.com/moby/crictl/releases) This PR was auto-generated by `make update-crictl-version` using [update-crictl-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-crictl-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCrictl.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -59,7 +59,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCrictl.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-crun-version.yml b/.github/workflows/update-crun-version.yml index 95c4405e4e..e76e9fc747 100644 --- a/.github/workflows/update-crun-version.yml +++ b/.github/workflows/update-crun-version.yml @@ -47,7 +47,7 @@ jobs: The crun project released a [new version](https://github.com/containers/crun/releases) This PR was auto-generated by `make update-crun-version` using [update-crun-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-crun-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCrun.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpCrun.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-docker-buildx-version.yml b/.github/workflows/update-docker-buildx-version.yml index b5b1eab024..c00bdf94b0 100644 --- a/.github/workflows/update-docker-buildx-version.yml +++ b/.github/workflows/update-docker-buildx-version.yml @@ -47,7 +47,7 @@ jobs: The docker-buildx project released a [new version](https://github.com/docker/buildx/releases) This PR was auto-generated by `make update-docker-buildx-version` using [update-docker-buildx-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-docker-buildx-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpDockerBuildx.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-docker-version.yml b/.github/workflows/update-docker-version.yml index 57a35a3b3e..0b423c4c39 100644 --- a/.github/workflows/update-docker-version.yml +++ b/.github/workflows/update-docker-version.yml @@ -47,7 +47,7 @@ jobs: The docker project released a [new version](https://github.com/moby/moby/releases) This PR was auto-generated by `make update-docker-version` using [update-docker-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-docker-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpDocker.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpDocker.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-golang-version.yml b/.github/workflows/update-golang-version.yml index 54460fa771..b0f62839f0 100644 --- a/.github/workflows/update-golang-version.yml +++ b/.github/workflows/update-golang-version.yml @@ -47,7 +47,7 @@ jobs: Kubernetes Project just updated the [golang version](https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION), updating minikube golang to match Kubernetes. This PR was auto-generated by `make update-golang-version` using [update-golang-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-golang-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpGolang.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-iso-image-versions.yml b/.github/workflows/update-iso-image-versions.yml index 65b831b7ca..1481ed8a61 100644 --- a/.github/workflows/update-iso-image-versions.yml +++ b/.github/workflows/update-iso-image-versions.yml @@ -131,7 +131,7 @@ jobs: body: | Changelog: ${{ steps.bumpVersions.outputs.changelog }} - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpVersions.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -142,7 +142,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpVersions.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-nerdctl-version.yml b/.github/workflows/update-nerdctl-version.yml index 5499951342..8ed6ac9d94 100644 --- a/.github/workflows/update-nerdctl-version.yml +++ b/.github/workflows/update-nerdctl-version.yml @@ -47,7 +47,7 @@ jobs: The nerdctl project released a [new version](https://github.com/containerd/nerdctl/releases) This PR was auto-generated by `make update-nerdctl-version` using [update-nerdctl-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-nerdctl-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpNerdctl.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpNerdctl.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-nerdctld-version.yml b/.github/workflows/update-nerdctld-version.yml index 39b0255feb..1fc82522f9 100644 --- a/.github/workflows/update-nerdctld-version.yml +++ b/.github/workflows/update-nerdctld-version.yml @@ -47,7 +47,7 @@ jobs: The nerdctld project released a [new version](https://github.com/afbjorklund/nerdctld/releases) This PR was auto-generated by `make update-nerdctld-version` using [update-nerdctld-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-nerdctld-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpNerdctld.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-runc-version.yml b/.github/workflows/update-runc-version.yml index 7284c97147..a6fc1166ff 100644 --- a/.github/workflows/update-runc-version.yml +++ b/.github/workflows/update-runc-version.yml @@ -47,7 +47,7 @@ jobs: The runc project released a [new version](https://github.com/opencontainers/runc/releases) This PR was auto-generated by `make update-runc-version` using [update-runc-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-runc-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpRunc.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} @@ -58,7 +58,7 @@ jobs: repo: context.repo.repo, body: 'ok-to-build-image' }) - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpRunc.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }} diff --git a/.github/workflows/update-ubuntu-version.yml b/.github/workflows/update-ubuntu-version.yml index 7ea642bae1..8d292e0e43 100644 --- a/.github/workflows/update-ubuntu-version.yml +++ b/.github/workflows/update-ubuntu-version.yml @@ -46,7 +46,7 @@ jobs: The ubuntu:jammy image released a new version This PR was auto-generated by `make update-ubuntu-version` using [update-ubuntu-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-ubuntu-version.yml) CI Workflow. - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd if: ${{ steps.bumpUbuntu.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }}