We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53a996 + 5cbdb1b commit af268c2Copy full SHA for af268c2
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
on: [push]
3
jobs:
4
python-tests:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
6
7
steps:
8
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
package.json
@@ -7,7 +7,7 @@
"url": "https://github.com/mitodl/release-script.git"
},
9
"dependencies": {
10
- "git-release-notes": "^2.1.0",
+ "git-release-notes": "^5.0.0",
11
"yarn": "^1.22.10"
12
}
13
0 commit comments