From 8608c199e76a7494bc28bebe14260276bb6a6077 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sat, 23 Mar 2024 17:25:56 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v3.6.0 (.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 07e47a8..3ec6cb6 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.6.0 - uses: actions/cache@v3.3.2 name: Cache tflint plugin dir with: diff --git a/.github/workflows/release.draft.yml b/.github/workflows/release.draft.yml index 4694e89..24f93e1 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.6.0 - name: check next version uses: anothrNick/github-tag-action@1.67.0