From eece3453da6d08d681adba0c6c2dd04a4d885c1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:18:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8ade135 --- .github/workflows/ESLint.yml | 2 +- .github/workflows/Playground.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ESLint.yml b/.github/workflows/ESLint.yml index dfc86438..3f309e4f 100644 --- a/.github/workflows/ESLint.yml +++ b/.github/workflows/ESLint.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Uses Node.js 20.x uses: actions/setup-node@v3 diff --git a/.github/workflows/Playground.yaml b/.github/workflows/Playground.yaml index ebde4ad3..4352c0e0 100644 --- a/.github/workflows/Playground.yaml +++ b/.github/workflows/Playground.yaml @@ -42,7 +42,7 @@ jobs: packages: write steps: - name: Checkout the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3