From 0e1078cc5b42b03a279f3edbc2025ce462b75077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:42:12 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 611a8fc..625b50e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,91 +15,91 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build git container run: ./containers/build git buildc-curl-jq: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build curl-jq container run: ./containers/build curl-jq buildc-xmlstarlet: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build xmlstarlet container run: ./containers/build xmlstarlet buildc-gitlab-runner-operator: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build gitlab-runner-operator container run: ./containers/build gitlab-runner-operator buildc-tenant-namespace-operator: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build tenant-namespace-operator container run: ./containers/build tenant-namespace-operator # buildc-pixiecore: # runs-on: ubuntu-24.04 # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build pixiecore container # run: ./containers/build pixiecore buildc-ipmitool: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build ipmitool container run: ./containers/build ipmitool buildc-ipmi-exporter: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build ipmi-exporter container run: ./containers/build ipmi-exporter buildc-dhcpd: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build dhcpd container run: ./containers/build dhcpd buildc-inotify-tools: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build inotify-tools container run: ./containers/build inotify-tools buildc-chronyd: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build chronyd container run: ./containers/build chronyd buildc-debug-toolbox: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Build debug-toolbox container run: ./containers/build debug-toolbox # buildc-smartctl-exporter: # runs-on: ubuntu-24.04 # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build smartctl-exporter container # run: ./containers/build smartctl-exporter # buildc-rpms-containerd: @@ -108,7 +108,7 @@ jobs: # - buildc-rpms-node-base # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build rpms-containerd container # env: # RPM_GPG_KEY: ${{ secrets.RPM_GPG_KEY }} @@ -120,7 +120,7 @@ jobs: # runs-on: ubuntu-24.04 # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build rpms-node-base container # env: # RPM_GPG_KEY: ${{ secrets.RPM_GPG_KEY }} @@ -134,7 +134,7 @@ jobs: # - buildc-rpms-node-base # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build rpms-openvswitch container # env: # RPM_GPG_KEY: ${{ secrets.RPM_GPG_KEY }} @@ -151,7 +151,7 @@ jobs: # kube_version: ["1.30", "1.31"] # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build rpms-kubernetes container ${{ matrix.kube_version }} # env: # RPM_GPG_KEY: ${{ secrets.RPM_GPG_KEY }} @@ -163,7 +163,7 @@ jobs: # runs-on: ubuntu-24.04 # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build anaconda9 container # run: ./containers/build anaconda9 # @@ -179,7 +179,7 @@ jobs: # kube_version: ["1.30", "1.31"] # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build full k8s node image ${{ matrix.kube_version }} # env: # RPM_GPG_KEY: ${{ secrets.RPM_GPG_KEY }} @@ -194,7 +194,7 @@ jobs: # - buildc-anaconda # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build anaconda+nginx9 container # run: ./containers/build anaconda-nginx9 # build-node-image-nginx: @@ -206,7 +206,7 @@ jobs: # kube_version: ["1.30", "1.31"] # steps: # - name: Checkout -# uses: actions/checkout@v6.0.2 +# uses: actions/checkout@v7.0.0 # - name: Build k8s-node-image+nginx9 container ${{ matrix.kube_version }} # run: ./containers/build k8s-node-image-nginx9 ${{ matrix.kube_version }} @@ -227,7 +227,7 @@ jobs: GITHUB_LIBRARY_CHARTS_TOKEN: ${{ secrets.GIT_LIBRARY_CHARTS_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Configure Git run: | git config --global user.name "$GITHUB_ACTOR" @@ -245,7 +245,7 @@ jobs: GITHUB_LIBRARY_CHARTS_TOKEN: ${{ secrets.GIT_LIBRARY_CHARTS_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Configure Git run: | git config --global user.name "$GITHUB_ACTOR"