Skip to content

Commit 4dc35b5

Browse files
committed
Bump actions/checkout to v4 in CI
1 parent 4bf0fc7 commit 4dc35b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626

27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v5
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161

62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v4
6363

6464
- name: ${{ matrix.builder }} build ${{ matrix.image }}
6565
run: make CONTAINER_CMD=${{ matrix.builder }} container

0 commit comments

Comments
 (0)