Skip to content

Commit 789cae8

Browse files
github-action: checkout action to version 3
1 parent 826363c commit 789cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clj-kondo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: '2021.12.16'
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323

2424
- name: Run on Ubuntu
2525
run: clj-kondo --lint config.edn --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

0 commit comments

Comments
 (0)