Skip to content

Commit

Permalink
Merge pull request #5 from 40ants/update-deps
Browse files Browse the repository at this point in the history
Update deps and GH workflow.
  • Loading branch information
svetlyak40wt authored Mar 11, 2024
2 parents d70e9d9 + 96b5152 commit 7f5ecc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- 'main'
- 'master'
pull_request:
schedule:
- cron: '0 10 * * 1'

Expand All @@ -18,8 +19,8 @@ jobs:
LISP: sbcl-bin

steps:
- uses: actions/checkout@v1
- uses: 40ants/setup-lisp@v1
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
- uses: 40ants/build-docs@v1
with:
asdf-system: docs
Expand Down
4 changes: 2 additions & 2 deletions qlfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
("quicklisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
:version "2022-11-07"))
:version "2023-10-21"))
("ultralisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
:version "20221111071501"))
:version "20240311030500"))
("sly" .
(:class qlot/source/github:source-github
:initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil)
Expand Down

0 comments on commit 7f5ecc0

Please sign in to comment.