We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468eff9 commit f275561Copy full SHA for f275561
.github/workflows/scraper.yml
@@ -7,15 +7,15 @@
7
8
# jobs:
9
# generate_list:
10
-# runs-on: ubuntu-latest
+# runs-on: ubuntu-slim
11
# steps:
12
# - name: checkout repo content
13
-# uses: actions/checkout@v5
+# uses: actions/checkout@v6
14
15
# - name: setup go
16
-# uses: actions/setup-go@v4
+# uses: actions/setup-go@v6
17
# with:
18
-# go-version: '^1.20.3' # install the go version needed
+# go-version: '^1.25.6' # install the go version needed
19
# check-latest: true
20
21
# - name: execute go script # run scraper.go to get the latest data
0 commit comments