File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout Web Repo
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v5
2121 with :
2222 repository : davidgs/DavidgsWeb
2323 submodules : true # Fetch Hugo themes (true OR recursive)
2424 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2525 path : ./DavidgsWeb
2626 - name : Checkout Translate
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v5
2828 with :
2929 repository : davidgs/Translator
3030 path : ./translate
3434 hugo-version : ' 0.146.0'
3535 extended : true
3636 - name : Setup go
37- uses : actions/setup-go@v1
37+ uses : actions/setup-go@v6
3838 with :
39- go-version : ' 1.25.1 '
39+ go-version : ' 1.25.5 '
4040 - name : Build Translator
4141 run : cd ./translate; go build translate.go
4242 - name : Create Secret
You can’t perform that action at this time.
0 commit comments