Skip to content

Commit bbcf6f5

Browse files
author
neil
committed
update
1 parent 369fc82 commit bbcf6f5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
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

.github/workflows/testrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
WORKDIR /anyvm.org
2424
ENV WORKDIR=/anyvm.org

0 commit comments

Comments
 (0)