File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 timeout-minutes : 10
1818 steps :
19- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - run : python -m pip install -e .
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 language : [ 'python' ]
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v7
2222 - name : Initialize CodeQL
23- uses : github/codeql-action/init@v3
23+ uses : github/codeql-action/init@v4
2424 with :
2525 languages : ${{ matrix.language }}
2626 - name : Autobuild
27- uses : github/codeql-action/autobuild@v3
27+ uses : github/codeql-action/autobuild@v4
2828 - name : Perform CodeQL Analysis
29- uses : github/codeql-action/analyze@v3
29+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v7
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.x
2222 - run : pip install mkdocs-material
2323 - run : mkdocs build
24- - uses : actions/upload-pages-artifact@v3
24+ - uses : actions/upload-pages-artifact@v5
2525 with :
2626 path : ./site
2727 deploy :
3333 steps :
3434 - name : Deploy to GitHub Pages
3535 id : deployment
36- uses : actions/deploy-pages@v4
36+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 1111 name : Validate PR title
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : amannn/action-semantic-pull-request@v5
14+ - uses : amannn/action-semantic-pull-request@v6
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v8
10+ - uses : actions/stale@v10
1111 with :
1212 stale-issue-message : ' This issue is stale because it has been open 60 days with no activity.'
1313 stale-pr-message : ' This PR is stale because it has been open 60 days with no activity.'
You can’t perform that action at this time.
0 commit comments