From de85f8b8119bc5eb6759785a166e4fe80d137a23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:49:04 +0000 Subject: [PATCH] [skip-release] Update github-actions --- .github/workflows/build-push.yaml | 14 +++++++------- .github/workflows/docs.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index 2e5dfb6..81db174 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -12,7 +12,7 @@ jobs: lint-test: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 @@ -21,7 +21,7 @@ jobs: cache-dependency-path: go.sum - name: Cache Go tool binaries - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: ~/go/bin key: ${{ runner.os }}-go-bin-${{ hashFiles('go.sum', 'Makefile') }} @@ -29,7 +29,7 @@ jobs: ${{ runner.os }}-go-bin- - name: Cache container Go test state - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: | .cache/go-build @@ -91,7 +91,7 @@ jobs: contents: read packages: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set branch image tag shell: bash @@ -101,7 +101,7 @@ jobs: echo "GIT_BRANCH=$tag" >> "$GITHUB_ENV" - name: Cache container Go test state - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: | .cache/go-build @@ -111,7 +111,7 @@ jobs: ${{ runner.os }}-container-go- - name: Cache IIIF validator - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: .cache/iiif-validator key: ${{ runner.os }}-iiif-validator-${{ hashFiles('scripts/ensure-iiif-validator.sh') }} @@ -159,7 +159,7 @@ jobs: packages: read pull-requests: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Find open PR id: find_pr diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ef35001..5f6fcb4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Build docs run: make docs-build