We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e472b1 commit ace5308Copy full SHA for ace5308
.github/workflows/build-release.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
node-version: 20
38
39
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v5
40
41
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
42
ref: ${{ github.head_ref || github.ref_name }}
.github/workflows/update-dependencies.yml
@@ -13,7 +13,7 @@ jobs:
13
packages_changed: ${{ steps.changes.outputs.packages_changed }}
14
15
steps:
16
17
18
19
0 commit comments