diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index b72e622c1..300b9222a 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build the Docker image run: docker build -f Dockerfile.CompressImages . -t imgbot