From cf658cecb134915cfad16a43b6f2492630b7ca1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:50:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 83b7061 --- .github/workflows/compile.yml | 2 +- .github/workflows/eslint.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index bd56a9b..faa4487 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 5936c68..77c2f40 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 892fecd..aed5601 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: