From d3e269ca79e2b5bbeee57979ec2548459fa53bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:57:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to de0fac2 --- .github/workflows/build.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/update.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8105cee..cc10b591 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: token: ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 @@ -18,7 +18,7 @@ jobs: - name: Install NPM dependencies run: npm ci - name: Checkout jellyrock - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: repository: jellyrock/jellyrock path: jellyrock diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b578545b..e6474355 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 - name: Upload artifact diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1fdcbcbe..b5f4ea30 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,7 +8,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: ref: ${{ github.ref_name }} token: ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }} @@ -19,7 +19,7 @@ jobs: - name: Install NPM dependencies run: npm ci - name: Checkout jellyrock - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: repository: jellyrock/jellyrock path: jellyrock