Skip to content

Commit bf96143

Browse files
ci: bump the github-actions group with 3 updates (python-semantic-release#831)
1 parent c7be6e2 commit bf96143

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
with:
2929
path: ~/.cache/pip
3030
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -43,9 +43,9 @@ jobs:
4343
runs-on: ubuntu-latest
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- name: Set up Python 3.8
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: 3.8
5151
- name: Install mypy & dev packages
@@ -75,12 +75,12 @@ jobs:
7575

7676
steps:
7777
- name: Set up Python 3.9
78-
uses: actions/setup-python@v4
78+
uses: actions/setup-python@v5
7979
with:
8080
python-version: 3.9
8181

8282
- name: Checkout repository
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v4
8484

8585
- name: Install Ruff
8686
run: python -m pip install ".[dev]"
@@ -115,7 +115,7 @@ jobs:
115115
contents: write
116116

117117
steps:
118-
- uses: actions/checkout@v3
118+
- uses: actions/checkout@v4
119119
with:
120120
fetch-depth: 0
121121
ref: ${{ github.ref_name }}

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
fetch-depth: 0
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -40,9 +40,9 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- name: Set up Python 3.8
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: 3.8
4848
- name: Install mypy & dev packages
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464

6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
with:
6868
fetch-depth: 0
6969
- uses: wagoid/commitlint-github-action@v5

0 commit comments

Comments
 (0)