We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbc21c commit 8a625bdCopy full SHA for 8a625bd
.github/workflows/reusable-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
node-version: [22.x]
17
steps:
18
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.2
19
- uses: ./.github/actions/turbo-build
20
with:
21
node-version: ${{ matrix.node-version }}
0 commit comments