Skip to content

Commit e529b5e

Browse files
ci: update setup-clj-kondo action and ubuntu-latest
1 parent a4891c0 commit e529b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clj-kondo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ on:
1313

1414
jobs:
1515
lint:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: DeLaGuardo/setup-clj-kondo@master
1919
with:
20-
version: '2021.12.16'
20+
version: '2023.03.17'
2121

2222
- uses: actions/checkout@v3
2323

0 commit comments

Comments
 (0)