File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : Fetch extensions
3434 id : get-extensions
3535 run : |
36- EXTENSIONS_JSON=$(dagger call -m ./dagger/maintenance/ update -oslibs-targets)
36+ EXTENSIONS_JSON=$(dagger call -m ./dagger/maintenance/ get -oslibs-targets)
3737 echo "extensions=$EXTENSIONS_JSON" >> $GITHUB_OUTPUT
3838
3939 update-extension-os-libs :
6464
6565 - name : Update OS libs for ${{ matrix.extension }}
6666 run : |
67- dagger call -m ./dagger/maintenance/ update-oslibs --target ${{ matrix.extension }} \
67+ dagger call -m ./dagger/maintenance/ update-oslibs --target ${{ matrix.extension }} \
6868 export --path .
6969
7070 - name : Diff
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended" ,
5- " docker:pinDigests"
5+ " docker:pinDigests" ,
6+ " customManagers:githubActionsVersions"
67 ],
78 "enabledManagers" : [
89 " github-actions" ,
You can’t perform that action at this time.
0 commit comments