Skip to content

Commit af268c2

Browse files
committed
Merge branch 'master' of github.com:mitodl/release-script
2 parents c53a996 + 5cbdb1b commit af268c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push]
33
jobs:
44
python-tests:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66

77
steps:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/mitodl/release-script.git"
88
},
99
"dependencies": {
10-
"git-release-notes": "^2.1.0",
10+
"git-release-notes": "^5.0.0",
1111
"yarn": "^1.22.10"
1212
}
1313
}

0 commit comments

Comments
 (0)