File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1313LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \
1414 vendor="Buildroot" \
You can’t perform that action at this time.
0 commit comments