Skip to content

Commit 7d3790a

Browse files
authored
Merge pull request plone#1489 from plone/bump-actions/setup-python-v4
Bump actions/setup-python to v4
2 parents f6e0a2f + 2349829 commit 7d3790a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010

1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: "3.10"
1515

0 commit comments

Comments
 (0)