File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: build
3
3
on :
4
4
push :
5
5
branches :
6
- - develop
6
+ - dev
7
7
pull_request :
8
8
branches :
9
9
- main
10
- - develop
10
+ - dev
11
11
12
12
jobs :
13
13
build :
18
18
python-version : ["3.12"]
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v1
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
python-version : [ "3.12" ]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v1
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
@@ -40,13 +40,13 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : checkout
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v4
44
44
- name : release
45
45
uses : softprops/action-gh-release@v1
46
46
env :
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
48
- name : set up python
49
- uses : actions/setup-python@v1
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : ' 3.x'
52
52
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments