Skip to content

Commit

Permalink
[houskeeping] Podman 4.7.0, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Sep 27, 2023
1 parent 866e8b6 commit fc19f08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: "Checkout code"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Prepare Java"
uses: "actions/setup-java@v3"
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
com.squareup.okhttp3/okhttp-tls {:mvn/version "4.11.0"}}
:aliases {:fetch-api {:replace-paths ["fetch_api"]
:extra-deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.16"}
org.babashka/http-client {:mvn/version "0.4.14"}}
org.babashka/http-client {:mvn/version "0.4.15"}}
:exec-fn main/run
:jvm-opts ["--enable-preview"]}
:test {:extra-paths ["test" "fetch_api"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.16"}
org.babashka/http-client {:mvn/version "0.4.14"}}
org.babashka/http-client {:mvn/version "0.4.15"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}
3 changes: 2 additions & 1 deletion fetch_api/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"v4.5.1"
"v4.6.0"
"v4.6.1"
"v4.6.2"]}})
"v4.6.2"
"v4.7.0"]}})

(def resource-path "resources/contajners")

Expand Down
1 change: 1 addition & 0 deletions resources/contajners/podman/v4.7.0.edn

Large diffs are not rendered by default.

0 comments on commit fc19f08

Please sign in to comment.