From 11f7fd2ccb2ce3a04e67e34c34b4feca3036bce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:03:58 +0000 Subject: [PATCH] Bump jaxxstorm/action-install-gh-release from 2.1.0 to 3.0.0 Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/6096f2a2bbfee498ced520b6922ac2c06e990ed2...25e24d2d23ae098373794ef1d6faecb48ee52da8) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-k8s-manifests-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-k8s-manifests-validate.yaml b/.github/workflows/run-k8s-manifests-validate.yaml index 6e1914d..12cb10d 100644 --- a/.github/workflows/run-k8s-manifests-validate.yaml +++ b/.github/workflows/run-k8s-manifests-validate.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Install `skipctl` @ ${{ inputs.skipctl-version }} - uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0 + uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0 with: repo: kartverket/skipctl tag: ${{ inputs.skipctl-version }}