Skip to content

Commit c8f6a40

Browse files
author
jindaxiang
committed
chore: update action version
1 parent bf344aa commit c8f6a40

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: build
33
on:
44
push:
55
branches:
6-
- develop
6+
- dev
77
pull_request:
88
branches:
99
- main
10-
- develop
10+
- dev
1111

1212
jobs:
1313
build:
@@ -18,9 +18,9 @@ jobs:
1818
python-version: ["3.12"]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

.github/workflows/release_and_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
python-version: [ "3.12" ]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -40,13 +40,13 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: checkout
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
- name: release
4545
uses: softprops/action-gh-release@v1
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
- name: set up python
49-
uses: actions/setup-python@v1
49+
uses: actions/setup-python@v5
5050
with:
5151
python-version: '3.x'
5252
- name: Install dependencies

0 commit comments

Comments
 (0)