Skip to content

Commit e680338

Browse files
authored
Upgrade GHA components (#383)
Signed-off-by: Asher Foa <[email protected]>
1 parent 916dd9e commit e680338

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
name: "${{ matrix.os }} Python: ${{ matrix.python-version }}"
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install dependencies
@@ -53,8 +53,8 @@ jobs:
5353
linting:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v3
57-
- uses: actions/setup-python@v4
56+
- uses: actions/checkout@v4
57+
- uses: actions/setup-python@v5
5858
with:
5959
python-version: "3.10"
6060
- name: Install dependencies
@@ -66,8 +66,8 @@ jobs:
6666
name: Build & verify package
6767
runs-on: "ubuntu-latest"
6868
steps:
69-
- uses: actions/checkout@v3
70-
- uses: actions/setup-python@v4
69+
- uses: actions/checkout@v4
70+
- uses: actions/setup-python@v5
7171
with:
7272
python-version: "3.9"
7373
- name: Install build, check-wheel-content, and twine

0 commit comments

Comments
 (0)