We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b2e2a commit c41052aCopy full SHA for c41052a
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
steps:
15
- run: git config --global core.autocrlf input
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Use Node.js ${{ matrix.node }}
18
uses: actions/setup-node@v3
19
with:
0 commit comments