File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
2- name : Deploy Docs site
2+ name : Build and Deploy Docs https://tfx.rocks
33
44# Controls when the workflow will run
55on :
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
2828 - name : Copy Release Notes for docs site
2929 uses : canastro/copy-file-action@master
Original file line number Diff line number Diff line change 1- name : Build `tfx` - Cross Compile
1+ name : TFx Cross Compile
22
33on :
44 push :
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
2525 # version: v1.32.2
2626
2727 - name : Install Go
28- uses : actions/setup-go@v2
28+ uses : actions/setup-go@v4
2929 with :
3030 go-version : 1.21.0
3131 - name : Install gox
4949 run : ./pkg/linux_amd64/tfx --version
5050
5151 # Package all binaries together
52- - uses : actions/upload-artifact@v2
52+ - uses : actions/upload-artifact@v3
5353 with :
5454 name : tfx-artifacts
5555 path : ./pkg/*
Original file line number Diff line number Diff line change 1- name : goreleaser
1+ name : TFx Release
22
33on :
44 push :
@@ -17,12 +17,12 @@ jobs:
1717 steps :
1818 -
1919 name : Checkout
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323 -
2424 name : Set up Go
25- uses : actions/setup-go@v3
25+ uses : actions/setup-go@v4
2626 with :
2727 go-version : 1.21
2828 -
You can’t perform that action at this time.
0 commit comments