Skip to content

Commit eb0fb68

Browse files
committed
Update actions
1 parent af932f8 commit eb0fb68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- "3.11"
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Build package
@@ -42,9 +42,9 @@ jobs:
4242
- build-and-test
4343
steps:
4444
- name: Check out code
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646
- name: Set up Python
47-
uses: actions/setup-python@v2
47+
uses: actions/setup-python@v5
4848
with:
4949
python-version: "3.x"
5050
- name: Build package

0 commit comments

Comments
 (0)