From b704500d4cc1f86c79070abb8f60e0c342f6ac06 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 28 Apr 2024 04:18:38 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v4.1.4 (.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 431df89..875d714 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -40,7 +40,7 @@ jobs: name: "tflint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.4 - uses: actions/cache@v4.0.2 name: Cache tflint plugin dir with: diff --git a/.github/workflows/release.draft.yml b/.github/workflows/release.draft.yml index 099db23..681f4f2 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@v4 + - uses: actions/checkout@v4.1.4 - name: check next version uses: anothrNick/github-tag-action@1.69.0