Skip to content

Commit 2f4871d

Browse files
committed
Try to address build failure - pin a few versions
1 parent 12f1479 commit 2f4871d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
get-external-changelog:
4242

4343
name: Import external data sources
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4545
steps:
4646

4747
- name: Install Go
48-
uses: actions/setup-go@v4
48+
uses: actions/setup-go@v5
4949
if: ${{ env.ACT }}
5050
with:
5151
go-version: '>=1.17.0'
5252

5353
- name: Install dependencies
5454
run: |
55-
go install github.com/suntong/html2md@latest
55+
go install github.com/suntong/html2md@v1.5.0
5656
sudo apt-get update
5757
sudo apt-get install -y libjson-perl libwww-perl libxml-simple-perl libyaml-perl python3-babel
5858

0 commit comments

Comments
 (0)