Skip to content

Commit b8824d8

Browse files
authored
Update various dependencies used in actions workflows (#207)
1 parent 91914e3 commit b8824d8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/event-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -46,7 +46,7 @@ jobs:
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

events/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)