File tree Expand file tree Collapse file tree 12 files changed +147
-189
lines changed
Expand file tree Collapse file tree 12 files changed +147
-189
lines changed Original file line number Diff line number Diff line change 3636 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 - name : Initialize CodeQL
4242 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup Pages
2525 uses : actions/configure-pages@v5
2626
2727 - name : Configure Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.10"
3131
4242 sphinx-build ./docs/source ./docs/build --keep-going -n -a -b html
4343
4444 - name : Upload artifact
45- uses : actions/upload-pages-artifact@v3
45+ uses : actions/upload-pages-artifact@v4
4646 with :
4747 path : " ./docs/build"
4848
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838 fetch-tags : true
6868 prerelease : ${{ steps.get_prerelease.outputs.prerelease }}
6969
7070 - name : Configure Python
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : " 3.9"
7474
Original file line number Diff line number Diff line change @@ -31,14 +31,13 @@ jobs:
3131 scan-status : ${{ steps.rl-scan-conclusion.outcome }}
3232
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737 fetch-tags : true
3838
3939 - name : Configure Python
40- uses : actions/setup-python@v5
41- with :
40+ uses : actions/setup-python@v6
4241 python-version : ${{ inputs.python-version }}
4342
4443 - name : Configure dependencies
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 - if : github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3232 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3333
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3737
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 ref : ${{ github.event.pull_request.head.sha || github.ref }}
4848
4949 - name : Configure Python ${{ matrix.python-version }}
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : " ${{ matrix.python-version }}"
5353
8080
8181 - if : ${{ matrix.python-version == '3.10' }}
8282 name : Upload coverage
83- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@5.4.3
83+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
8484 with :
8585 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1- 4.10 .0
1+ 4.11 .0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.11.0] ( https://github.com/auth0/auth0-python/tree/4.11.0 ) (2025-09-11)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-python/compare/4.10.0...4.11.0 )
5+
6+ ** Added**
7+ - feat: Support For Network ACL Endpoints [ \# 706] ( https://github.com/auth0/auth0-python/pull/706 ) ([ kishore7snehil] ( https://github.com/kishore7snehil ) )
8+
9+ ** Fixed**
10+ - chore: fix workflow syntax errors and update dependencies [ \# 724] ( https://github.com/auth0/auth0-python/pull/724 ) ([ kishore7snehil] ( https://github.com/kishore7snehil ) )
11+
312## [ 4.10.0] ( https://github.com/auth0/auth0-python/tree/4.10.0 ) (2025-06-05)
413[ Full Changelog] ( https://github.com/auth0/auth0-python/compare/4.9.0...4.10.0 )
514
You can’t perform that action at this time.
0 commit comments