diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfc55bc..81c7e04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: docker-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build Docker Image run: docker build -t wordseek-bot:ci .