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-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v7
1616 - name : Setup Go
1717 uses : actions/setup-go@v5
1818 - name : Run go vet
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616 - name : Setup Go
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515 - name : Setup Go
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 2
1515 - name : fix
Original file line number Diff line number Diff line change 1212 runs-on : macos-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v7
1616 - name : Install utils
1717 run : brew install coreutils
1818 - name : Install ecr-get-login-password subcommand
2929 runs-on : macos-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v7
3333 - name : Install utils
3434 run : brew install coreutils
3535 - name : Show download URLs
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v7
1616 - name : Install uaws-ecr-get-login-password
1717 run : ./install.sh ecr-get-login-password
1818 - name : Check installed command
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v7
2929 - name : Install ecr-get-login-password subcommand
3030 run : ./uaws install ecr-get-login-password
3131 - name : Check installed command
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v7
4444 - name : Show download URLs
4545 run : ./uaws get_download_urls
4646 env :
You can’t perform that action at this time.
0 commit comments