From 8be4dc35081179c6d3c04b0930862b16bca1eacf Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:37:50 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d1a6d9db3..c14abca1e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: - name: Upload artifacts # https://github.com/actions/upload-artifact/commit/65462800fd760344b1a7b4382951275a0abb4808 - uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 + uses: actions/upload-artifact@2848b2cda0e5190984587ec6bb1f36730ca78d50 with: name: webhook-artifacts-${{ matrix.arch }} path: | @@ -145,7 +145,7 @@ jobs: - name: Log in to the Container registry # https://github.com/docker/login-action/releases/tag/v3.2.0 - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.DOCKER_USERNAME }} @@ -202,7 +202,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD - name: Log in to the Container registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 # https://github.com/docker/login-action/releases/tag/v3.2.0 with: registry: ${{ env.REGISTRY }}