File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Set up Go
1717 uses : actions/setup-go@v6
1818 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-24.04
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 # NOTE: We explicitly set the refs otherwise the tag
1717 # annotations content is not fetched
Original file line number Diff line number Diff line change 3636 app-id : ${{ vars.ACTIONS_APP_ID }}
3737 private-key : ${{ secrets.ACTIONS_APP_PRIVATE_KEY }}
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 fetch-depth : 0
4242 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Clone the code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Set up Go
1414 uses : actions/setup-go@v6
1515 with :
You can’t perform that action at this time.
0 commit comments