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.
1 parent 12f1479 commit edbbd6fCopy full SHA for edbbd6f
.github/workflows/main.yml
@@ -41,18 +41,18 @@ jobs:
41
get-external-changelog:
42
43
name: Import external data sources
44
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
45
steps:
46
47
- name: Install Go
48
- uses: actions/setup-go@v4
49
- if: ${{ env.ACT }}
+ uses: actions/setup-go@v5
+ # if: ${{ env.ACT }}
50
with:
51
- go-version: '>=1.17.0'
+ go-version: '>=1.23.0'
52
53
- name: Install dependencies
54
run: |
55
- go install github.com/suntong/html2md@latest
+ go install github.com/suntong/html2md@v1.5.0
56
sudo apt-get update
57
sudo apt-get install -y libjson-perl libwww-perl libxml-simple-perl libyaml-perl python3-babel
58
0 commit comments