File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 create-team-issue :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : JasonEtco/create-an-issue@v2
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 check-links :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.13'
2525 # ref: https://github.com/lycheeverse/lychee-action
2626 # ref: https://github.com/lycheeverse/lychee#commandline-parameters
2727 - name : Link Checker
28- uses : lycheeverse/lychee-action@v2.4 .1
28+ uses : lycheeverse/lychee-action@v2.6 .1
2929 env :
3030 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
3131 with :
You can’t perform that action at this time.
0 commit comments