Skip to content

Commit a69e05b

Browse files
Merge pull request #2 from TheSaintSimon/permissions
cache
2 parents 4d905da + 2a3d46a commit a69e05b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
# - python: "3.7"
1515
# plone: "51"
1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v3
1818
- name: Cache eggs
19-
uses: actions/cache@v1
19+
uses: actions/cache@v2
2020
with:
2121
path: eggs
2222
key: ${{ runner.OS }}-build-python${{ matrix.python }}-${{ matrix.plone }}

0 commit comments

Comments
 (0)