We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1d5e71 + 35a2719 commit b8aa3daCopy full SHA for b8aa3da
1 file changed
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
runs-on: ${{ matrix.os }}
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
24
- name: Set up Docker
25
uses: docker/setup-buildx-action@v3
@@ -65,7 +65,7 @@ jobs:
65
name: Code Lint
66
runs-on: ubuntu-latest
67
68
69
- uses: actions/setup-node@v6
70
with:
71
node-version: 22
@@ -78,7 +78,7 @@ jobs:
78
79
if: ${{ github.event.pull_request }}
80
81
82
83
fetch-depth: 0
84
0 commit comments