diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 9f218fb..8306964 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # https://github.com/FiloSottile/mkcert#installation - name: Install and setup mkcert diff --git a/.github/workflows/push-to-ghcr.yml b/.github/workflows/push-to-ghcr.yml index 8e5c74c..f160f88 100644 --- a/.github/workflows/push-to-ghcr.yml +++ b/.github/workflows/push-to-ghcr.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # https://github.com/marketplace/actions/push-to-ghcr - name: Build and publish a Docker image for macbre/nginx-http3