diff --git a/.github/workflows/docker-publish-base.yml b/.github/workflows/docker-publish-base.yml index 9b1e575..dd86e05 100644 --- a/.github/workflows/docker-publish-base.yml +++ b/.github/workflows/docker-publish-base.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Enable experimental feature run: | echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml index 2b3281b..1397f36 100644 --- a/.github/workflows/manual.yaml +++ b/.github/workflows/manual.yaml @@ -17,7 +17,7 @@ jobs: - name: Comment run: echo "Comment - ${{ github.event.inputs.comment }}" - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Enable experimental feature run: | echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json