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