diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de46b94e..2bf54f85 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build the code with docker run: docker build . -t nettacker