Skip to content

Commit a0dc67e

Browse files
committed
CI: Update action version
1 parent 5a8e303 commit a0dc67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
ARCH: ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
133133

134134
steps:
135-
- uses: actions/checkout@v3
135+
- uses: actions/checkout@v4
136136
with:
137137
submodules: recursive
138138
fetch-depth: 0
@@ -171,7 +171,7 @@ jobs:
171171
check: ['style', 'doctest', 'typecheck']
172172

173173
steps:
174-
- uses: actions/checkout@v3
174+
- uses: actions/checkout@v4
175175
- name: Set up Python ${{ matrix.python-version }}
176176
uses: actions/setup-python@v4
177177
with:

0 commit comments

Comments
 (0)