Skip to content

Commit 2a5e82e

Browse files
authored
chore: upgrade actions version (#1)
1 parent dbd052f commit 2a5e82e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -42,10 +42,10 @@ jobs:
4242
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v5
4646

4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -86,10 +86,10 @@ jobs:
8686
lint-format:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v5
9090

9191
- name: Set up Python
92-
uses: actions/setup-python@v4
92+
uses: actions/setup-python@v5
9393
with:
9494
python-version: "3.10"
9595

0 commit comments

Comments
 (0)