Skip to content

Commit f9cb7db

Browse files
dev: update github actions to latest versions
1 parent 00e1cfa commit f9cb7db

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Upload MegaLinter artifacts
7979
- name: Archive production artifacts
8080
if: success() || failure()
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: MegaLinter reports
8484
path: |

.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.4
22+
uses: DeLaGuardo/setup-clojure@13.5.2
2323
with:
2424
cljstyle: 0.17.642 # Cljstyle
25-
clj-kondo: 2025.10.23 # Clj-kondo
25+
clj-kondo: 2026.01.19 # 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@v44.0.5
27+
uses: renovatebot/github-action@v46.0.1
2828
with:
2929
configurationFile: .github/config/renovate.json
3030
token: ${{ secrets.RENOVATE_TOKEN }}

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Unreleased
44
** Added
55
- dev: ci workflow to create pr's for new library and action versions
6+
- dev: update github actions to latest versions
67

78
** Updated
89
- alias: update name and version for cljfmt tool

0 commit comments

Comments
 (0)