We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc517f1 + 1e32781 commit 307ad31Copy full SHA for 307ad31
.github/workflows/build-release.yml
@@ -15,7 +15,7 @@ jobs:
15
if: ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
16
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
with:
20
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
21
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
0 commit comments