Skip to content

Commit 9132b42

Browse files
dev: update github actions to latest versions make dependencies-update
1 parent b093850 commit 9132b42

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/lint-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2424

2525
- name: clj-kondo
26-
uses: nnichols/clojure-lint-action@v6
26+
uses: nnichols/clojure-lint-action@v7
2727
with:
2828
pattern: "*.clj"
2929
clj_kondo_config: ".clj-kondo/config-ci.edn"

.github/workflows/quality-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2020

2121
- name: "Prepare Clojure tools"
22-
uses: DeLaGuardo/setup-clojure@13.6.0
22+
uses: DeLaGuardo/setup-clojure@13.6.1
2323
with:
2424
cljstyle: 0.17.642 # Cljstyle
25-
clj-kondo: 2026.04.15 # Clj-kondo
25+
clj-kondo: 2026.05.25 # Clj-kondo
2626

2727
- name: "Lint Clojure"
2828
run: clj-kondo --lint deps.edn --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2525

2626
- name: Run Renovate
27-
uses: renovatebot/github-action@v46.1.12
27+
uses: renovatebot/github-action@v46.1.14
2828
with:
2929
configurationFile: .github/config/renovate.json
3030
token: ${{ secrets.RENOVATE_TOKEN }}

CHANGELOG.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
* Unreleased
44

5+
** Updated
6+
- dev: update github actions to latest versions `make dependencies-update`
7+
58
* 2026-05-01
69
** Added
710
- dev: ci workflow to create pr's for new library and action versions

0 commit comments

Comments
 (0)