Skip to content

Commit

Permalink
Switch to setup-lisp 3.1.0 to test it.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 27, 2024
1 parent 244e2f4 commit 70facb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
{
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v2",
"uses": "40ants/setup-lisp@v3.1.0",
"with": {
"asdf-system": "reblocks"
},
Expand All @@ -71,4 +71,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v2",
"uses": "40ants/setup-lisp@v3.1.0",
"with": {
"asdf-system": "reblocks-docs"
},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v2",
"uses": "40ants/setup-lisp@v3.1.0",
"with": {
"asdf-system": "reblocks"
},
Expand Down Expand Up @@ -73,4 +73,4 @@
]
}
}
}
}

0 comments on commit 70facb7

Please sign in to comment.