Skip to content

Commit

Permalink
Merge pull request #33 from collective/maurits-newer-buildout
Browse files Browse the repository at this point in the history
Pin slighly newer buildout version to fix gh-actions.
  • Loading branch information
mauritsvanrees committed Jun 24, 2022
2 parents 80e8e9b + 292b3ba commit 0c6ecfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions buildout.cfg
Expand Up @@ -64,7 +64,7 @@ eggs =
# Don't use a released version of the package under development
collective.revisionmanager =

# buildout stuff, probably good to have at least these ones the same in all Plone versions for Travis.
setuptools = 41.2.0
zc.buildout = 2.13.5
# buildout stuff, probably good to have at least these ones the same in all Plone versions for GitHub Actions.
setuptools = 42.0.2
zc.buildout = 2.13.7
zc.recipe.egg = 2.0.7
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,2 +1,2 @@
setuptools==41.2.0
zc.buildout==2.13.5
setuptools==42.0.2
zc.buildout==2.13.7

0 comments on commit 0c6ecfe

Please sign in to comment.