From eebd4e56324b9df6ab25cb6963a1e7cba0eb01b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 00:17:24 +0000 Subject: [PATCH] Bump the ci-dependencies group across 1 directory with 2 updates --- updated-dependencies: - dependency-name: azure/k8s-deploy dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 313113bd..775b1af9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -97,7 +97,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes - uses: azure/k8s-deploy@v6 + uses: azure/k8s-deploy@v7 with: namespace: snekbox manifests: deployment.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 177f3ebf..d994a292 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -84,7 +84,7 @@ jobs: # Comment on the PR with the coverage results and register a GitHub check # which links to the coveralls.io job. - name: Publish coverage report to coveralls.io - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} format: lcov