diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcca9de9..f2092ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set environment up run: | @@ -40,6 +40,6 @@ jobs: DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image & push to Docker Hub run: ./build.sh