File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v4
2626 - name : Setup go
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v3
2828 with :
29- go-version : ' 1.23.5 '
29+ go-version : ' 1.20.1 '
3030 - name : Go Version
3131 run : go version
3232 - name : Setup Node
33- uses : actions/setup-node@v4
33+ uses : actions/setup-node@v3
3434 with :
35- node-version : ' 20 '
35+ node-version : ' 18 '
3636 - name : Setup python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v4
3838 with :
39- python-version : ' 3.13 '
39+ python-version : ' 3.8 '
4040 cache : ' pip'
4141 - name : Configure AWS Credentials
4242 uses : aws-actions/configure-aws-credentials@v4
4545 role-to-assume : arn:aws:iam::395594542180:role/github-actions-deploy
4646 aws-region : us-east-1
4747 - name : Cache Go modules
48- uses : actions/cache@v4
48+ uses : actions/cache@v2
4949 with :
5050 path : ${{ github.workspace }}/go/pkg/mod
5151 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments