From 7b6360ba97790d99285594c37dc520a5cb7e24e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:11:07 +0000 Subject: [PATCH] Update actions/checkout digest to 11d5960 --- .github/workflows/Linting.yaml | 2 +- .github/workflows/Release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Linting.yaml b/.github/workflows/Linting.yaml index ecbbf51..9df2716 100644 --- a/.github/workflows/Linting.yaml +++ b/.github/workflows/Linting.yaml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Uses Node.js 19.x uses: actions/setup-node@v3 diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 040d697..2f6f9af 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Setup Node.js 19 uses: actions/setup-node@v3