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 name : lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - uses : actions/setup-go@v7
1717 with :
1818 go-version : stable
Original file line number Diff line number Diff line change 2020 steps :
2121 -
2222 name : Checkout
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 fetch-depth : 0
2626 ref : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.ref }}
Original file line number Diff line number Diff line change 3535 runs-on : ${{ matrix.os }}
3636 steps :
3737 - name : Checkout code
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939 - name : Install Go
4040 uses : actions/setup-go@v7
4141 with :
9999 experimental : true
100100 os : ubuntu-24.04-arm
101101 steps :
102- - uses : actions/checkout@v6
102+ - uses : actions/checkout@v7
103103
104104 - name : Test dockerfile
105105 run : |
Original file line number Diff line number Diff line change 99 update :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313
1414 - run : |
1515 git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments