Skip to content

Commit 04e619a

Browse files
authored
Merge pull request #278 from Quantisan/update/deps-and-github-actions-versions
Update versions of deps & GitHub Actions
2 parents c1a526b + b0f9b5e commit 04e619a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install babashka
1212
uses: DeLaGuardo/setup-clojure@13.4
1313
with:
14-
bb: 1.12.200
14+
bb: 1.12.217
1515
- uses: actions/checkout@v4
1616
- name: Check for stale Dockerfiles
1717
run: |

.github/workflows/official-images-pr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
steps:
1414
- name: Install babashka
15-
uses: DeLaGuardo/setup-clojure@13.4
15+
uses: DeLaGuardo/setup-clojure@13.6.0
1616
with:
17-
bb: 1.12.200
17+
bb: 1.12.217
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
- name: Generate manifest
2121
run: bb run manifest target/docker.manifest
2222
- name: Upload manifest artifact
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v7
2424
with:
2525
name: manifest
2626
path: target/docker.manifest
@@ -32,12 +32,12 @@ jobs:
3232
diff: ${{ steps.manifest-diff.outputs.diff }}
3333
steps:
3434
- name: Checkout docker-library/official-images repo
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
with:
3737
repository: docker-library/official-images
3838
path: official-images
3939
- name: Download manifest artifact
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v8
4141
with:
4242
name: manifest
4343
- name: Compare manifest files
@@ -50,11 +50,11 @@ jobs:
5050
if: contains(needs.compare-manifests.outputs.diff, 'differ')
5151
steps:
5252
- name: Download manifest artifact
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v8
5454
with:
5555
name: manifest
5656
- name: Checkout docker-library/official-images repo
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v6
5858
with:
5959
repository: docker-library/official-images
6060
path: official-images
@@ -67,7 +67,7 @@ jobs:
6767
github-username: ${{ github.actor }}
6868
token: ${{ secrets.API_TOKEN_GITHUB }}
6969
- name: Open official-images pull request
70-
uses: peter-evans/create-pull-request@v7
70+
uses: peter-evans/create-pull-request@v8
7171
with:
7272
token: ${{ secrets.API_TOKEN_GITHUB }}
7373
path: official-images

deps.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{:deps
2-
{org.clojure/clojure {:mvn/version "1.12.1"}
3-
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
4-
org.clojure/core.async {:mvn/version "1.8.741"}
2+
{org.clojure/clojure {:mvn/version "1.12.4"}
3+
org.clojure/math.combinatorics {:mvn/version "0.3.2"}
4+
org.clojure/core.async {:mvn/version "1.9.865"}
55
com.gfredericks/test.chuck {:git/url "https://github.com/gfredericks/test.chuck"
6-
:git/sha "0487a45a073f09ba071b28323a8be8ad57c9bbfd"}}
6+
:git/sha "ab5c11b013d3526e587dd53a860fa651b3e8a5a7"}}
77

88
:paths ["src" "resources"]
99

@@ -15,6 +15,6 @@
1515
:test {:extra-paths ["test"]
1616
:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
1717
orchestra/orchestra {:mvn/version "2021.01.01-1"}
18-
org.clojure/test.check {:mvn/version "1.1.1"}}
18+
org.clojure/test.check {:mvn/version "1.1.3"}}
1919
:exec-fn docker-clojure.fix-kaocha/run-tests
2020
:exec-args {}}}}

0 commit comments

Comments
 (0)