We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f0822 commit 6612d64Copy full SHA for 6612d64
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@v4
+ - uses: actions/checkout@v6
17
- name: Use Node.js ${{ matrix.node }}
18
uses: actions/setup-node@v4
19
with:
0 commit comments