From e4a337ca9139b28a77fe87972d6774b2f28ebbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:10:33 +0000 Subject: [PATCH] Build(deps): Bump actions/github-script from 6.4.1 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d7906e4ad0b1822421a7e6a35d5ca353c962f410...60a0d83039c74a4aee543508d2ffcb1c3799cdea) --- updated-dependencies: - dependency-name: actions/github-script 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-docker-buildx-version.yml | 2 +- .github/workflows/update-docker-version.yml | 4 ++-- .github/workflows/update-nerdctl-version.yml | 4 ++-- .github/workflows/update-runc-version.yml | 4 ++-- .github/workflows/update-ubuntu-version.yml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/update-buildkit-version.yml b/.github/workflows/update-buildkit-version.yml index d33edc6d9fd1..5b89df360dac 100644 --- a/.github/workflows/update-buildkit-version.yml +++ b/.github/workflows/update-buildkit-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpBuildkit.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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 4c8f39387644..53e3d944a675 100644 --- a/.github/workflows/update-cni-plugins-version.yml +++ b/.github/workflows/update-cni-plugins-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpCNIPlugins.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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 12039a6d050a..814150f30217 100644 --- a/.github/workflows/update-containerd-version.yml +++ b/.github/workflows/update-containerd-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpContainerd.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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 8bbbc56aade3..fb96c6f5a91b 100644 --- a/.github/workflows/update-cri-dockerd-version.yml +++ b/.github/workflows/update-cri-dockerd-version.yml @@ -49,7 +49,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 623432ae2b19..ce056cc3e1c7 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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 db93163f73d7..17a663f1a56c 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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpCrictl.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 396fdfa922cb..d00385ffc1a6 100644 --- a/.github/workflows/update-docker-buildx-version.yml +++ b/.github/workflows/update-docker-buildx-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 3d5b18bd7f3e..92a032f0a284 100644 --- a/.github/workflows/update-docker-version.yml +++ b/.github/workflows/update-docker-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpDocker.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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpDocker.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 015dcfb3d463..fb1277a09626 100644 --- a/.github/workflows/update-nerdctl-version.yml +++ b/.github/workflows/update-nerdctl-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpNerdctl.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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpNerdctl.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 a82b3a712865..c307f38eb5ca 100644 --- a/.github/workflows/update-runc-version.yml +++ b/.github/workflows/update-runc-version.yml @@ -48,7 +48,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpRunc.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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 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 e51e6a52359b..c1553ad3252a 100644 --- a/.github/workflows/update-ubuntu-version.yml +++ b/.github/workflows/update-ubuntu-version.yml @@ -47,7 +47,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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea if: ${{ steps.bumpUbuntu.outputs.changes != '' }} with: github-token: ${{ secrets.MINIKUBE_BOT_PAT }}