Skip to content

Commit 735f2af

Browse files
chore(deps): update all dependencies
1 parent 83172fb commit 735f2af

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildroot-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
# Steps represent a sequence of tasks
2222
steps:
2323
# Checks-out the repo under $GITHUB_WORKSPACE
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Cache build cache and downloads
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
env:
2929
cache-name: cache-buildroot
3030
with:

.github/workflows/repo-lockdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'buildroot/buildroot'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: dessant/repo-lockdown@v4
15+
- uses: dessant/repo-lockdown@v5
1616
with:
1717
pr-comment: |
1818
Please do not submit a Pull Request via GitHub. Buildroot makes use of a

support/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# We use a specific tag for the base image *and* the corresponding date
99
# for the repository., so do not forget to update the apt-sources.list
1010
# file that is shipped next to this Dockerfile.
11-
FROM debian:bookworm-20250203
11+
FROM debian:trixie-20260316
1212

1313
LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \
1414
vendor="Buildroot" \

0 commit comments

Comments
 (0)