From 5f1fb001cb3468fa90811d864ce787edc848f4de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:41:19 +0700 Subject: [PATCH 1/2] chore(deps): update actions/checkout digest to 93ea575 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/compile.yml | 2 +- .github/workflows/eslint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index e1cc2bc..fc2bcd8 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 with: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 66e63fb..052313e 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 with: From 6e7f0c11a4f631b5d93946c28546cfd58b4fd62a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:41:30 +0700 Subject: [PATCH 2/2] chore(deps): update actions/setup-node digest to 8c91899 (#59) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/compile.yml | 2 +- .github/workflows/eslint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index fc2bcd8..13f94c1 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: node-version: ${{ matrix.node-version }} - run: npm install diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 052313e..5936c68 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: node-version: ${{ matrix.node-version }} - run: npm install