Skip to content

Commit

Permalink
chore(deps): update actions to v4 (.github/workflows/lint.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Jan 21, 2025
1 parent d595c02 commit 49b6880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 49b6880

Please sign in to comment.