From 09c1613177a4d00dabeec26f795676f016ff5c18 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:06:07 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 93cb6ef Ref: PACT-445 --- .github/workflows/crawl-site.yml | 2 +- .github/workflows/sync-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crawl-site.yml b/.github/workflows/crawl-site.yml index 8c95e032f..fe2f9332b 100644 --- a/.github/workflows/crawl-site.yml +++ b/.github/workflows/crawl-site.yml @@ -14,5 +14,5 @@ jobs: PACTFLOW_ALGOLIA_KEY: ${{secrets.PACTFLOW_ALGOLIA_KEY}} name: Index PactFlow site steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - run: make crawl diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 31734f9e5..0ba4eb2c0 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: ruby/setup-ruby@v1 with: ruby-version: "2.7"