File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 python-version : ' 3.11'
4040 cache : ' pip'
4141 - name : Cache Go modules
42- uses : actions/cache@v2
42+ uses : actions/cache@v3
4343 with :
4444 path : ${{ github.workspace }}/go/pkg/mod
4545 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v3
2323 with :
2424 # We must fetch at least the immediate parents so that if this is
2525 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 5151 aws-region : us-east-1
5252
5353 - name : Cache Go modules
54- uses : actions/cache@v2
54+ uses : actions/cache@v3
5555 with :
5656 path : ${{ github.workspace }}/go/pkg/mod
5757 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4747 role-to-assume : arn:aws:iam::716487311010:role/github-actions-deploy
4848 aws-region : us-east-1
4949 - name : Cache Go modules
50- uses : actions/cache@v2
50+ uses : actions/cache@v3
5151 with :
5252 path : ${{ github.workspace }}/go/pkg/mod
5353 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4848 role-to-assume : arn:aws:iam::844390194980:role/github-actions-deploy
4949 aws-region : us-east-1
5050 - name : Cache Go modules
51- uses : actions/cache@v2
51+ uses : actions/cache@v3
5252 with :
5353 path : ${{ github.workspace }}/go/pkg/mod
5454 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments