File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v5
7+ - uses : actions/checkout@v6
88 - run : |
99 npm ci
1010 npm run lint:all
Original file line number Diff line number Diff line change 88 name : File Sync
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : ./
1313 name : " Simple"
1414 with :
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 with :
1212 token : ${{ secrets.SYNCED_GITHUB_TOKEN }}
1313 ref : " master"
2020 git add dist/index.js
2121 git commit -m "chore: publish dist" || echo "nothing to commit"
2222 git push origin master
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 ref : master
2626 - name : Test Action
3434 adrianjost/files-sync-target
3535 GITHUB_TOKEN : ${{ secrets.SYNCED_GITHUB_TOKEN }}
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 ref : master
4040 - name : Semantic Release
Original file line number Diff line number Diff line change 1111 name : Collect TODO
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 token : ${{ secrets.SYNCED_GITHUB_TOKEN }}
1717 - name : Collect TODO
You can’t perform that action at this time.
0 commit comments