Skip to content

Commit 724dfc7

Browse files
aliases: practicalli project template release 2025-09-04
1 parent b8d7a60 commit 724dfc7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
- aliases: `update/dependency-versions` automatically updates everything to new versions
66
- dev: `dependencies-update` & `dependencies-outdated` make tasks
77

8+
** Updated
89
- dev: update GitHub actions versions for all workflows
10+
911
| :file | :name | :current | :latest |
1012
|---------------------------------------------------|--------------------------------------|------------|------------|
1113
| .github/workflows/changelog-check.yaml | actions/checkout | v4 | v5 |
@@ -17,6 +19,7 @@
1719
| .github/workflows/scheduled-version-check.yaml | actions/checkout | v4 | v5 |
1820

1921

22+
- aliases: practicalli project template release 2025-09-04
2023
- aliases: update library versions using `make dependencies-update`
2124

2225
| :name | :current | :latest |

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
{:replace-deps {io.github.seancorfield/deps-new
230230
{:git/tag "v0.10.1" :git/sha "a90029c"}
231231
io.github.practicalli/project-templates
232-
{:git/tag "2024-09-09" :git/sha "0d11ca4"}}
232+
{:git/tag "2025-09-04" :git/sha "3e45321"}}
233233
:exec-fn org.corfield.new/create
234234
:exec-args {:template practicalli/minimal
235235
:name practicalli/playground}}
@@ -246,7 +246,7 @@
246246

247247
:project/templates
248248
{:extra-deps {io.github.practicalli/project-templates
249-
{:git/tag "2024-09-09" :git/sha "0d11ca4"}}}
249+
{:git/tag "2025-09-04" :git/sha "3e45321"}}}
250250
;; ---------------------------------------------------
251251

252252
;; ---------------------------------------------------

0 commit comments

Comments
 (0)