File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
|| (github.event_name == 'pull_request' && github.event.pull_request.merged != true))
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
35
35
- name : Get history and tags for SCM versioning to work
36
36
run : |
37
37
git fetch --prune --unshallow
38
38
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
39
39
40
40
- name : Setup Python ${{ matrix.python }}
41
- uses : actions/setup-python@v3
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python }}
44
44
architecture : ' x64'
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
name : " Draft a new release"
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
19
19
- name : Setup Python
20
- uses : actions/setup-python@v3
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.11'
23
23
cache : ' pip'
Original file line number Diff line number Diff line change 18
18
&& (startsWith(github.event.pull_request.head.ref, 'release/')
19
19
|| startsWith(github.event.pull_request.head.ref, 'hotfix/'))
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- name : Installing parse-changelog
23
23
env :
24
24
target : x86_64-unknown-linux-musl
Original file line number Diff line number Diff line change 23
23
|| startsWith(github.event.pull_request.head.ref, 'hotfix/')))
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Get history and tags for SCM versioning to work
29
29
run : |
@@ -104,7 +104,7 @@ jobs:
104
104
dist/*
105
105
106
106
- name : Setup Python for Pypi upload
107
- uses : actions/setup-python@v4
107
+ uses : actions/setup-python@v5
108
108
109
109
- name : Publish standard package
110
110
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
(github.event.pull_request.title == '[pre-commit.ci] pre-commit autoupdate') &&
14
14
(github.event.action == 'opened')
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
ref : ${{ github.event.pull_request.head.ref }}
19
19
fetch-depth : 0
20
20
token : ${{ secrets.PRE_COMMIT_CI_CHANGELOG }}
21
21
22
22
- name : Setup Python
23
- uses : actions/setup-python@v3
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ' 3.11'
26
26
cache : ' pip'
48
48
name : CHANGELOG enforcer
49
49
if : ' !cancelled()'
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
ref : ${{ github.event.pull_request.head.ref }}
54
54
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Repository
11
11
12
- - Update GitHub Actions ` github/codeql-action ` from v2 to v3
12
+ - Update ` action/setup-python ` GitHub Action to v5
13
+ - Update ` action/checkout ` GitHub Action to v4
14
+ - Update ` github/codeql-action/analyze ` GitHub Action to v3
13
15
- Update ` adrienverge/yamllint.git ` hook to v1.35.1
14
16
- Update ` astral-sh/ruff-pre-commit ` hook to v0.3.5
15
17
- Update ` Lucas-C/pre-commit-hooks ` hook to v1.5.5
You can’t perform that action at this time.
0 commit comments