File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 - name : Checkout
5454 if : steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
55- uses : actions/checkout@v3
55+ uses : actions/checkout@v4
5656
5757 - name : Approve
5858 if : steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Initialize CodeQL
2727 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 2626 with :
2727 go-version : ' stable'
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030 - name : Run Unit Tests
3131 run : ./scripts/unit.sh
3232 - name : Get builders from integration.json
5151 with :
5252 go-version : ' stable'
5353 - name : Checkout
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555 - name : Run Integration Tests
5656 run : ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
5757 env :
6868 go-version : ' stable'
6969
7070 - name : Checkout
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7272 with :
7373 fetch-tags : true
7474
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 lintYaml :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Checkout github-config
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 repository : paketo-buildpacks/github-config
1919 path : github-config
Original file line number Diff line number Diff line change 1919 go-version : ' stable'
2020
2121 - name : Checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : golangci-lint
2525 uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 1212 runs-on :
1313 - ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : micnncim/action-label-syncer@v1
1717 env :
1818 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 2323 go-version : ' stable'
2424
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : Run Unit Tests
2929 env :
5454 go-version : ' stable'
5555
5656 - name : Checkout
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v4
5858
5959 - name : Run Integration Tests
6060 run : ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 steps :
1515
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 token : ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
2020
2121 - name : Checkout github-config
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 repository : paketo-buildpacks/github-config
2525 path : github-config
You can’t perform that action at this time.
0 commit comments