We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af15cf5 commit 081919bCopy full SHA for 081919b
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
fail-fast: false
29
runs-on: ${{ matrix.os }}
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
32
- name: Use Node.js ${{ matrix.node-version }}
33
uses: actions/setup-node@v2
34
with:
@@ -78,7 +78,7 @@ jobs:
78
runs-on: ubuntu-latest
79
timeout-minutes: 60
80
81
82
- name: Use Node.js 16
83
84
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
fetch-depth: 0
101
0 commit comments