From 49fb9e3bed1d97296726322f71153b28276415d2 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:31:28 +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..5a0be46 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.3 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