File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1717 permissions :
1818 id-token : write # for PyPI trusted publishing
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : 3
2525 cache : pip
3535
3636 - name : Mint PyPI API token
3737 id : mint-token
38- uses : actions/github-script@v6
38+ uses : actions/github-script@v7
3939 with :
4040 # language=JavaScript
4141 script : |
@@ -75,15 +75,15 @@ jobs:
7575 permissions :
7676 contents : write # for softprops/action-gh-release to create GitHub release
7777 steps :
78- - uses : actions/checkout@v3
78+ - uses : actions/checkout@v4
7979 - name : Get release version
8080 id : get_version
81- uses : actions/github-script@v6
81+ uses : actions/github-script@v7
8282 with :
8383 script : core.setOutput('version', context.ref.replace("refs/tags/", ""))
8484
8585 - name : Create GitHub release
86- uses : softprops/action-gh-release@v1
86+ uses : softprops/action-gh-release@v2
8787 if : startsWith(github.ref, 'refs/tags/')
8888 with :
8989 name : " sphinxcontrib-applehelp ${{ steps.get_version.outputs.version }}"
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 fail-fast : false
3131
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 - name : Set up Python ${{ matrix.python }}
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 if : " !endsWith(matrix.python, '-dev')"
3737 with :
3838 python-version : ${{ matrix.python }}
3939 - name : Set up Python ${{ matrix.python }} (deadsnakes)
40- uses : deadsnakes/action@v2 .1.1
40+ uses : deadsnakes/action@v3 .1.0
4141 if : " endsWith(matrix.python, '-dev')"
4242 with :
4343 python-version : ${{ matrix.python }}
5353 runs-on : ubuntu-latest
5454
5555 steps :
56- - uses : actions/checkout@v3
56+ - uses : actions/checkout@v4
5757 - name : Set up Python ${{ matrix.python }}
58- uses : actions/setup-python@v4
58+ uses : actions/setup-python@v5
5959 with :
6060 python-version : " 3"
6161 - name : Install dependencies
7676 - mypy
7777
7878 steps :
79- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v4
8080 - name : Setup python
81- uses : actions/setup-python@v4
81+ uses : actions/setup-python@v5
8282 with :
8383 python-version : " 3"
8484
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : 3
2323 - name : Install transifex client
4444 runs-on : ubuntu-latest
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - name : Set up Python
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : 3
5252 - name : Install transifex client
6767 - name : Compile message catalogs
6868 run : python utils/babel_runner.py compile
6969 - name : Create Pull Request
70- uses : peter-evans/create-pull-request@v4
70+ uses : peter-evans/create-pull-request@v6
7171 with :
7272 commit-message : " [internationalisation] Update translations"
7373 branch : bot/pull-translations
You can’t perform that action at this time.
0 commit comments