File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v5
2121 with :
22- python-version : 3.8
22+ python-version : 3.12
2323
2424 - name : Install dependencies
2525 run : python -m pip install -r events/requirements.txt
4646 - name : Upload a Build Artifact
4747 if : always() && steps.prepare-artifact.outcome == 'success'
4848 continue-on-error : true
49- uses : actions/upload-artifact@v2
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : pull-request-payload
5252 path : pull_request_payload.json
Original file line number Diff line number Diff line change 1- # Python: 3.8
2- python-frontmatter == 1.0 .0
3- pyyaml == 5.4 .1
1+ # Python: 3.12
2+ python-frontmatter == 1.1 .0
3+ pyyaml == 6.0 .1
You can’t perform that action at this time.
0 commit comments