File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 codespell :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : codespell-project/actions-codespell@v2
1515 with :
1616 check_filenames : true
Original file line number Diff line number Diff line change 6363 --health-timeout 5s
6464 --health-retries 5
6565 steps :
66- - uses : actions/checkout@v5
66+ - uses : actions/checkout@v6
6767 with :
6868 fetch-depth : 0
6969
@@ -131,7 +131,7 @@ jobs:
131131 MIX_ENV : test
132132 runs-on : ubuntu-latest
133133 steps :
134- - uses : actions/checkout@v5
134+ - uses : actions/checkout@v6
135135 with :
136136 fetch-depth : 0
137137
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Read .tool-versions
2121 uses : marocchino/tool-versions-action@v1
2222 id : versions
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Read .tool-versions
2828 uses : marocchino/tool-versions-action@v1
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - name : Setup Terraform
3333 uses : hashicorp/setup-terraform@v3
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout the repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 token : ${{ secrets.PLAUSIBLE_BOT_GITHUB_TOKEN }}
2525
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 contents : read
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 repository : ${{ github.event.pull_request.head.repo.full_name }}
2121 ref : ${{ github.event.pull_request.head.ref }}
2222 token : ${{ secrets.PLAUSIBLE_BOT_GITHUB_TOKEN }}
2323 fetch-depth : 1
2424
2525 - name : Checkout master for comparison
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 ref : master
2929 path : master-branch
Original file line number Diff line number Diff line change 2020 shardIndex : [1, 2, 3, 4]
2121 shardTotal : [4]
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-node@v6
2525 with :
2626 node-version : 23.2.0
6060 timeout-minutes : 5
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 - uses : actions/setup-node@v6
6565 with :
6666 node-version : 23.2.0
You can’t perform that action at this time.
0 commit comments