File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 - uses : actions/setup-go@v5
2222 with :
2323 go-version : " 1.24"
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : golangci-lint
2626 uses :
golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # [email protected] 2727 with :
Original file line number Diff line number Diff line change 1919 with :
2020 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2121 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 token : ${{ steps.token.outputs.token }}
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 2929 - uses : actions/setup-go@v5
3030 with :
3131 go-version : ${{ matrix.go }}
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - uses : actions/cache@v4
3434 with :
3535 # In order:
You can’t perform that action at this time.
0 commit comments