We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a837fc commit 5a8a83cCopy full SHA for 5a8a83c
.github/workflows/test-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
os: ['ubuntu-latest', 'macos-latest']
12
runs-on: ${{ matrix.os }}
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Set up Python
16
uses: actions/setup-python@v3
17
with:
0 commit comments