From 0e1516bde4e80bb9f13046d79eea40bb2105a5ac Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:59:03 +0000 Subject: [PATCH] Update GitHub Actions Dependencies --- .github/workflows/docs.yaml | 6 +++--- .github/workflows/noop.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9843a753..7d598f3b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,16 +17,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: 1.21.x - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # this fetches all branches. Needed because we need gh-pages branch for deploy to work fetch-depth: 0 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.4.9' + ruby-version: '4.0.5' - name: Build docs run: | diff --git a/.github/workflows/noop.yml b/.github/workflows/noop.yml index 83ce1d36..6a92333e 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # Runs a single command using the runners shell - name: Run a one-line script