From d7d69d0881077d4205dd43c075f1df98838658af Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 30 Dec 2024 04:27:42 +0000 Subject: [PATCH] chore(deps): update actions to v4 (.github/workflows/lint.yml) --- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.draft.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b2edc82..c8357c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,10 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.2.2 name: Checkout source code - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.2.0 name: Cache plugin dir with: path: ~/.tflint.d/plugins diff --git a/.github/workflows/release.draft.yml b/.github/workflows/release.draft.yml index 6df6f05..69b4cf9 100644 --- a/.github/workflows/release.draft.yml +++ b/.github/workflows/release.draft.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.2.2 - name: check next version uses: anothrNick/github-tag-action@1.67.0