File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
lint :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Set up Python
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : " 3.13"
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
steps :
18
18
# Please look up the latest version from
19
19
# https://github.com/amannn/action-semantic-pull-request/releases
20
- - uses : amannn/action-semantic-pull-request@v5
20
+ - uses : amannn/action-semantic-pull-request@v6
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
with :
Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- # Required for the package command tests to work
19
19
name : Set up Docker Buildx
20
20
uses : docker/setup-buildx-action@v3
21
21
- name : Set up Python
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : " 3.13"
25
25
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments