From a639062ffdb09b39144d4aa14eb2afc5c23ad323 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 5 Jul 2023 04:33:42 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v3.5.3 (.github/workflows/release.draft.yml) --- .github/workflows/linter.yml | 2 +- .github/workflows/release.draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0582ccb..15e6a14 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,7 +38,7 @@ jobs: name: "tflint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.5.3 - uses: actions/cache@v3 name: Cache tflint plugin dir with: diff --git a/.github/workflows/release.draft.yml b/.github/workflows/release.draft.yml index e8ce016..d46c449 100644 --- a/.github/workflows/release.draft.yml +++ b/.github/workflows/release.draft.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.5.3 - name: check next version uses: anothrNick/github-tag-action@1.65.0