File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 # Check out pull request's HEAD commit instead of the merge commit to
2828 # prevent gitlint from failing due to too long commit message titles,
6767 # Always run this step so that all linting errors can be seen at once.
6868 if : always()
6969 - name : Ensure a clean code checkout
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v5
7171 with :
7272 clean : true
7373 if : always()
Original file line number Diff line number Diff line change 2525 runs-on : ${{ matrix.os }}
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - name : Set up Go
3030 uses : actions/setup-go@v5
3131 with :
Original file line number Diff line number Diff line change 1616 options : --user 1001
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go
You can’t perform that action at this time.
0 commit comments