Skip to content

Commit 151d9ca

Browse files
korydraughnalanking
authored andcommitted
[#328] Bump Ubuntu runner for GitHub Actions.
1 parent de34855 commit 151d9ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-docs
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: actions/checkout@v2
88
with:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdocs==1.2.4
1010
packaging==21.3
1111
pyparsing==3.0.7
1212
python-dateutil==2.8.2
13-
PyYAML==6.0
13+
PyYAML==6.0.2
1414
pyyaml-env-tag==0.1
1515
six==1.16.0
1616
typing-extensions==4.1.1

0 commit comments

Comments
 (0)