Skip to content

Commit

Permalink
Github action updates for 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Sep 27, 2023
1 parent dca2f1b commit be7ed5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-plone-5.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ["3.8"]
steps:
# git checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# pin plone version (happens from make, but to be on the safe side)
- name: Pin plone 5.2
Expand All @@ -28,10 +28,11 @@ jobs:
cp requirements-5.2.txt requirements.txt
# python setup
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
- name: Set up Python ${{ matrix.python-version }} with Plone 5.2
uses: plone/setup-plone@v1.0.0
with:
python-version: ${{ matrix.python-version }}
plone-version: "5.2"

# python cache
- uses: actions/cache@v1
Expand Down

0 comments on commit be7ed5b

Please sign in to comment.