File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919
2020 # https://github.com/marketplace/actions/setup-go-environment
2121 - name : Set up Go ${{ env.GO_VERSION }}
22- uses : actions/setup-go@v2
22+ uses : actions/setup-go@v3
2323 with :
2424 go-version : ${{ env.GO_VERSION }}
2525
2626 # https://github.com/marketplace/actions/checkout
2727 - name : Check out code
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 with :
3030 fetch-depth : 0
3131
4242
4343 # https://github.com/marketplace/actions/github-pages
4444 - name : Deploy to GitHub Pages
45- uses : crazy-max/ghaction-github-pages@v2
45+ uses : crazy-max/ghaction-github-pages@v3
4646 with :
4747 target_branch : gh-pages
4848 build_dir : docs/public
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 steps :
2323 # https://github.com/marketplace/actions/setup-go-environment
2424 - name : Set up Go ${{ matrix.go-version }}
25- uses : actions/setup-go@v2
25+ uses : actions/setup-go@v3
2626 with :
2727 go-version : ${{ matrix.go-version }}
2828
2929 # https://github.com/marketplace/actions/checkout
3030 - name : Checkout code
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232
3333 # https://github.com/marketplace/actions/cache
3434 - name : Cache Go modules
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323
2424 # https://github.com/marketplace/actions/setup-go-environment
2525 - name : Set up Go ${{ env.GO_VERSION }}
26- uses : actions/setup-go@v2
26+ uses : actions/setup-go@v3
2727 with :
2828 go-version : ${{ env.GO_VERSION }}
2929
3030 # https://github.com/marketplace/actions/checkout
3131 - name : Check out code
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Set up Go ${{ env.GO_VERSION }}
20- uses : actions/setup-go@v2
20+ uses : actions/setup-go@v3
2121 with :
2222 go-version : ${{ env.GO_VERSION }}
2323
2424 - name : Check out code
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626 with :
2727 fetch-depth : 0
2828
3636
3737 # https://goreleaser.com/ci/actions/
3838 - name : Run GoReleaser
39- uses : goreleaser/goreleaser-action@v2
39+ uses : goreleaser/goreleaser-action@v3
4040 with :
4141 version : latest
4242 args : release --rm-dist --timeout=60m
You can’t perform that action at this time.
0 commit comments