From 554270d3018bc0baf12a217b01745b3a59587c54 Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 07:19:47 +0000 Subject: [PATCH] [18-stable] Update GitHub Actions Dependencies to v7 --- .github/workflows/docs.yaml | 4 ++-- .github/workflows/noop.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9843a753..699bf51d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: 1.21.x - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: # this fetches all branches. Needed because we need gh-pages branch for deploy to work fetch-depth: 0 diff --git a/.github/workflows/noop.yml b/.github/workflows/noop.yml index 83ce1d36..83d6281a 100644 --- a/.github/workflows/noop.yml +++ b/.github/workflows/noop.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 # Runs a single command using the runners shell - name: Run a one-line script