File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v6
33- - uses : actions/cache@v4
33+ - uses : actions/cache@v5
3434 with :
3535 path : repositories
3636 key : v2-${{ hashFiles('repositories.json') }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v6
13- - uses : actions/cache@v4
13+ - uses : actions/cache@v5
1414 with :
1515 path : repositories
1616 key : v2-${{ hashFiles('repositories.json') }}
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 - name : Upload Reports
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : Reports
3232 path : reports
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v6
1414
1515 - name : Restore cache
16- uses : actions/cache@v4
16+ uses : actions/cache@v5
1717 with :
1818 path : repositories
1919 key : v2-${{ hashFiles('repositories.json') }}
3232 - name : Run tests
3333 run : yarn execute "RUN https://pkg.pr.new/prettier/prettier@main VS latest"
3434
35- - uses : peter-evans/create-pull-request@v7
35+ - uses : peter-evans/create-pull-request@v8
3636 with :
3737 commit-message : " Update repositories.json"
3838 branch : automated-update-repositories
You can’t perform that action at this time.
0 commit comments