Skip to content

Commit 0badbf5

Browse files
authored
Update checkout action to v4 (#4272)
2 parents fe64b70 + dec00d1 commit 0badbf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ${{ matrix.platform }}
159159
timeout-minutes: 75
160160
steps:
161-
- uses: actions/checkout@v3
161+
- uses: actions/checkout@v4
162162
- name: Install Cygwin with Python
163163
uses: cygwin/cygwin-install-action@v2
164164
with:
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: ubuntu-latest
215215
timeout-minutes: 75
216216
steps:
217-
- uses: actions/checkout@v3
217+
- uses: actions/checkout@v4
218218
- name: Install OS-level dependencies
219219
run: |
220220
sudo apt-get update

0 commit comments

Comments
 (0)