File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Configure Git Credentials
1515 run : |
1616 git config user.name github-actions[bot]
1717 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.x
2121 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Configure Git Credentials
1515 run : |
1616 git config user.name github-actions[bot]
1717 git config user.email github-actions[bot]@users.noreply.github.com
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.x
2121 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1010 issues : write
1111 pull-requests : write
1212 steps :
13- - uses : actions/stale@v9
13+ - uses : actions/stale@v10
1414 with :
1515 days-before-issue-stale : 90
1616 days-before-issue-close : 14
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 ref : ${{ github.ref }}
1616
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
Original file line number Diff line number Diff line change 1313 linkChecker :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717
1818 - name : Link Checker
1919 id : lychee
2828
2929 - name : Create Issue From File
3030 if : steps.lychee.outputs.exit_code != 0
31- uses : peter-evans/create-issue-from-file@v5
31+ uses : peter-evans/create-issue-from-file@v6
3232 with :
3333 title : Link Checker Report
3434 content-filepath : ./lychee/results.md
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.x'
2929 - name : Install dependencies
3333 - name : Build package
3434 run : python -m build
3535 - name : Publish package
36- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
36+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
3737 with :
3838 user : __token__
3939 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - name : Set up Python 3.10
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.10"
3232
You can’t perform that action at this time.
0 commit comments