File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
27+ with :
28+ persist-credentials : false
2729
2830 - name : Set up QEMU
2931 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 3737 env :
3838 GH_TOKEN : ${{ secrets.GH_TOKEN }}
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - name : Build image
4242 run : |
4343 set -e
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && apt-get --no-install-recommends -y install \
1818 nfs-kernel-server \
1919 openssh-server dropbear
2020
21- ENV ANYVM_VER=0.2.4
21+ ENV ANYVM_VER=0.2.5
2222
2323WORKDIR /anyvm.org
2424ENV WORKDIR=/anyvm.org
You can’t perform that action at this time.
0 commit comments