Commit 3efe6ad 1 parent f2d1ab5 commit 3efe6ad Copy full SHA for 3efe6ad
File tree 3 files changed +18
-18
lines changed
3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 17
17
permissions :
18
18
id-token : write # for PyPI trusted publishing
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : 3
25
25
cache : pip
35
35
36
36
- name : Mint PyPI API token
37
37
id : mint-token
38
- uses : actions/github-script@v6
38
+ uses : actions/github-script@v7
39
39
with :
40
40
# language=JavaScript
41
41
script : |
@@ -75,15 +75,15 @@ jobs:
75
75
permissions :
76
76
contents : write # for softprops/action-gh-release to create GitHub release
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
- name : Get release version
80
80
id : get_version
81
- uses : actions/github-script@v6
81
+ uses : actions/github-script@v7
82
82
with :
83
83
script : core.setOutput('version', context.ref.replace("refs/tags/", ""))
84
84
85
85
- name : Create GitHub release
86
- uses : softprops/action-gh-release@v1
86
+ uses : softprops/action-gh-release@v2
87
87
if : startsWith(github.ref, 'refs/tags/')
88
88
with :
89
89
name : " sphinxcontrib-serializinghtml ${{ steps.get_version.outputs.version }}"
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
fail-fast : false
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- name : Set up Python ${{ matrix.python }}
35
- uses : actions/setup-python@v4
35
+ uses : actions/setup-python@v5
36
36
if : " !endsWith(matrix.python, '-dev')"
37
37
with :
38
38
python-version : ${{ matrix.python }}
39
39
- name : Set up Python ${{ matrix.python }} (deadsnakes)
40
- uses : deadsnakes/action@v2 .1.1
40
+ uses : deadsnakes/action@v3 .1.0
41
41
if : " endsWith(matrix.python, '-dev')"
42
42
with :
43
43
python-version : ${{ matrix.python }}
53
53
runs-on : ubuntu-latest
54
54
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
- name : Set up Python ${{ matrix.python }}
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : " 3"
61
61
- name : Install dependencies
76
76
- mypy
77
77
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
- name : Setup python
81
- uses : actions/setup-python@v4
81
+ uses : actions/setup-python@v5
82
82
with :
83
83
python-version : " 3"
84
84
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : 3
23
23
- name : Install transifex client
44
44
runs-on : ubuntu-latest
45
45
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Set up Python
49
- uses : actions/setup-python@v4
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : 3
52
52
- name : Install transifex client
67
67
- name : Compile message catalogs
68
68
run : python utils/babel_runner.py compile
69
69
- name : Create Pull Request
70
- uses : peter-evans/create-pull-request@v4
70
+ uses : peter-evans/create-pull-request@v6
71
71
with :
72
72
commit-message : " [internationalisation] Update translations"
73
73
branch : bot/pull-translations
You can’t perform that action at this time.
0 commit comments