-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump submodules and dependencies (#1035)
[create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: austinvazquez <55906459+austinvazquez@users.noreply.github.com>
- Loading branch information
1 parent
9529346
commit 4fe6fcf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule finch-core
updated
13 files
+5 −5 | .github/workflows/release.yaml | |
+3 −3 | .github/workflows/rootfs.yaml | |
+8 −5 | .github/workflows/update-dependencies.yaml | |
+1 −0 | .gitignore | |
+4 −0 | bin/update-deps.sh | |
+62 −0 | bin/update-os-image.sh | |
+2 −0 | bin/update-rootfs.sh | |
+17 −0 | bin/utility.sh | |
+4 −4 | deps/full-os.conf | |
+4 −4 | deps/lima-bundles.conf | |
+2 −2 | deps/rootfs.conf | |
+9 −8 | e2e/go.mod | |
+20 −18 | e2e/go.sum |