diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4af191e..6829c7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: runs-on: - self-hosted steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKER_USERNAME }}