Skip to content

Commit f275561

Browse files
Update GitHub Actions workflow for scraper
1 parent 468eff9 commit f275561

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scraper.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
# jobs:
99
# generate_list:
10-
# runs-on: ubuntu-latest
10+
# runs-on: ubuntu-slim
1111
# steps:
1212
# - name: checkout repo content
13-
# uses: actions/checkout@v5
13+
# uses: actions/checkout@v6
1414

1515
# - name: setup go
16-
# uses: actions/setup-go@v4
16+
# uses: actions/setup-go@v6
1717
# with:
18-
# go-version: '^1.20.3' # install the go version needed
18+
# go-version: '^1.25.6' # install the go version needed
1919
# check-latest: true
2020

2121
# - name: execute go script # run scraper.go to get the latest data

0 commit comments

Comments
 (0)